module.am 484 B

1234567891011121314151617
  1. libclish_la_SOURCES += \
  2. clish/shell/shell_view.c \
  3. clish/shell/shell_ptype.c \
  4. clish/shell/shell_var.c \
  5. clish/shell/shell_command.c \
  6. clish/shell/shell_dump.c \
  7. clish/shell/shell_execute.c \
  8. clish/shell/shell_help.c \
  9. clish/shell/shell_new.c \
  10. clish/shell/shell_parse.c \
  11. clish/shell/shell_file.c \
  12. clish/shell/shell_spawn.c \
  13. clish/shell/shell_startup.c \
  14. clish/shell/shell_pwd.c \
  15. clish/shell/shell_tinyrl.c \
  16. clish/shell/shell_tinyxml.cpp \
  17. clish/shell/private.h