Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5165 was 5160, checked in by bensch, 20 years ago

orxonox/trunk: shell is now a lib for its own

File size: 218 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
9
10noinst_HEADERS= shell.h \
11                shell_command.h
Note: See TracBrowser for help on using the repository browser.