Last change
on this file since 5171 was
5170,
checked in by bensch, 19 years ago
|
orxonox/trunk: registration of ShellCommands now via the ShellCommandClass… still a lot of work has to be done.
|
File size:
266 bytes
|
Line | |
---|
1 | MAINSRCDIR=../.. |
---|
2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
3 | |
---|
4 | noinst_LIBRARIES = libORXshell.a |
---|
5 | |
---|
6 | libORXshell_a_SOURCES = shell.cc \ |
---|
7 | shell_command.cc \ |
---|
8 | shell_completion.cc |
---|
9 | |
---|
10 | |
---|
11 | noinst_HEADERS= shell.h \ |
---|
12 | shell_command.h \ |
---|
13 | shell_completion.h |
---|
Note: See
TracBrowser
for help on using the repository browser.