module.am 590 B

123456789101112131415161718192021
  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_wdog.c \
  15. clish/shell/shell_pwd.c \
  16. clish/shell/shell_tinyrl.c \
  17. clish/shell/shell_xml.c \
  18. clish/shell/private.h \
  19. clish/shell/xmlapi.h \
  20. clish/shell/shell_roxml.c \
  21. clish/shell/shell_libxml2.c