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, 20 years ago

orxonox/trunk: registration of ShellCommands now via the ShellCommandClass… still a lot of work has to be done.

File size: 266 bytes
RevLine 
[4291]1MAINSRCDIR=../..
[4428]2include $(MAINSRCDIR)/defs/include_paths.am
[3493]3
[5160]4noinst_LIBRARIES = libORXshell.a
[4291]5
[5160]6libORXshell_a_SOURCES = shell.cc \
[5170]7                        shell_command.cc \
8                        shell_completion.cc
[4291]9
[4416]10
[5160]11noinst_HEADERS= shell.h \
[5170]12                shell_command.h \
13                shell_completion.h
Note: See TracBrowser for help on using the repository browser.