MAINSRCDIR=../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LTLIBRARIES = libORXshell.la libORXshell_la_SOURCES = shell.cc \ shell_buffer.cc \ shell_input.cc \ shell_command.cc \ shell_completion.cc noinst_HEADERS= shell.h \ shell_buffer.h \ shell_input.h \ shell_command.h \ shell_completion.h