module.am 500 B

123456789101112131415161718192021
  1. ## Process this file with automake to generate Makefile.in
  2. lib_LTLIBRARIES += libkonf.la
  3. libkonf_la_SOURCES =
  4. libkonf_la_LIBADD = liblub.la
  5. nobase_include_HEADERS += \
  6. konf/tree.h \
  7. konf/query.h \
  8. konf/buf.h \
  9. konf/net.h
  10. EXTRA_DIST += \
  11. konf/tree/module.am \
  12. konf/query/module.am \
  13. konf/buf/module.am \
  14. konf/net/module.am
  15. include $(top_srcdir)/konf/tree/module.am
  16. include $(top_srcdir)/konf/query/module.am
  17. include $(top_srcdir)/konf/buf/module.am
  18. include $(top_srcdir)/konf/net/module.am