Makefile.am 658 B

12345678910111213141516171819202122232425262728293031323334
  1. lib_LTLIBRARIES += libklish.la
  2. libklish_la_SOURCES =
  3. libklish_la_LDFLAGS = $(AM_LDFLAGS) $(VERSION_INFO)
  4. #if TESTC
  5. #libklish_la_CFLAGS += -DTESTC
  6. #endif
  7. nobase_include_HEADERS += \
  8. klish/khelper.h \
  9. klish/ktp.h \
  10. klish/ktp_session.h \
  11. klish/kscheme.h \
  12. klish/kview.h \
  13. klish/kcommand.h \
  14. klish/kparam.h \
  15. klish/kplugin.h \
  16. klish/kaction.h \
  17. klish/kptype.h \
  18. klish/ksym.h
  19. #noinst_HEADERS += \
  20. # klish/khelper.h
  21. EXTRA_DIST += \
  22. klish/ktp/Makefile.am \
  23. klish/kscheme/Makefile.am
  24. include $(top_srcdir)/klish/ktp/Makefile.am
  25. include $(top_srcdir)/klish/kscheme/Makefile.am
  26. #if TESTC
  27. #include $(top_srcdir)/klish/testc_module/Makefile.am
  28. #endif