Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5173 was 5173, checked in by bensch, 19 years ago

orxonox/trunk: added new Class ShellBuffer, that only handles the main shell's buffer

File size: 306 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4noinst_LIBRARIES = libORXshell.a
5
6libORXshell_a_SOURCES = shell.cc \
7                        shell_buffer.cc \
8                        shell_command.cc \
9                        shell_completion.cc
10
11
12noinst_HEADERS= shell.h \
13                shell_buffer.h \
14                shell_command.h \
15                shell_completion.h
Note: See TracBrowser for help on using the repository browser.