MAINSRCDIR=../.. include $(MAINSRCDIR)/defs/include_paths.am noinst_LIBRARIES = libORXshell.a libORXshell_a_SOURCES = \ shell.cc \ shell_buffer.cc \ shell_input.cc \ shell_command.cc \ shell_command_class.cc \ shell_completion.cc \ shell_completion_plugin.cc noinst_HEADERS= \ shell.h \ shell_buffer.h \ shell_input.h \ shell_command.h \ shell_command_class.h \ shell_completion.h \ shell_completion_plugin.h EXTRA_DIST = some_shell_commands.cc