Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/shell/Makefile.am @ 5171

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 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXshell.a
5
6libORXshell_a_SOURCES = shell.cc \
7                        shell_command.cc \
8                        shell_completion.cc
9
10
11noinst_HEADERS= shell.h \
12                shell_command.h \
13                shell_completion.h
Note: See TracBrowser for help on using the repository browser.