source:
orxonox.OLD/trunk/src/lib/shell/Makefile.am
@
5172
Last change on this file since 5172 was 5170, checked in by bensch, 20 years ago | |
---|---|
File size: 266 bytes |
Rev | Line | |
---|---|---|
[4291] | 1 | MAINSRCDIR=../.. |
[4428] | 2 | include $(MAINSRCDIR)/defs/include_paths.am |
[3493] | 3 | |
[5160] | 4 | noinst_LIBRARIES = libORXshell.a |
[4291] | 5 | |
[5160] | 6 | libORXshell_a_SOURCES = shell.cc \ |
[5170] | 7 | shell_command.cc \ |
8 | shell_completion.cc | |
[4291] | 9 | |
[4416] | 10 | |
[5160] | 11 | noinst_HEADERS= shell.h \ |
[5170] | 12 | shell_command.h \ |
13 | shell_completion.h |
Note: See TracBrowser
for help on using the repository browser.