module.am 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. libclish_la_SOURCES += \
  2. clish/shell/shell__get_view.c \
  3. clish/shell/shell__get_viewid.c \
  4. clish/shell/shell__get_client_cookie.c \
  5. clish/shell/shell__get_tinyrl.c \
  6. clish/shell/shell_command_generator.c \
  7. clish/shell/shell_delete.c \
  8. clish/shell/shell_dump.c \
  9. clish/shell/shell_execute.c \
  10. clish/shell/shell_find_create_ptype.c \
  11. clish/shell/shell_find_create_view.c \
  12. clish/shell/shell_find_view.c \
  13. clish/shell/shell_getfirst_command.c \
  14. clish/shell/shell_getnext_command.c \
  15. clish/shell/shell_help.c \
  16. clish/shell/shell_insert_ptype.c \
  17. clish/shell/shell_insert_view.c \
  18. clish/shell/shell_new.c \
  19. clish/shell/shell_parse.c \
  20. clish/shell/shell_pop_file.c \
  21. clish/shell/shell_push_file.c \
  22. clish/shell/shell_resolve_command.c \
  23. clish/shell/shell_resolve_prefix.c \
  24. clish/shell/shell_set_context.c \
  25. clish/shell/shell_spawn.c \
  26. clish/shell/shell_startup.c \
  27. clish/shell/shell_pwd.c \
  28. clish/shell/shell_tinyrl.c \
  29. clish/shell/shell_tinyxml_read.cpp \
  30. clish/shell/shell_expand.c \
  31. clish/shell/private.h