module.am 422 B

12345678910111213141516171819
  1. ## Process this file with automake to generate Makefile.in
  2. noinst_LIBRARIES = liblub.a
  3. liblub_a_SOURCES =
  4. noinst_HEADERS += \
  5. lub/list.h \
  6. lub/c_decl.h \
  7. lub/log.h \
  8. lub/ini.h
  9. EXTRA_DIST += \
  10. lub/list/module.am \
  11. lub/log/module.am \
  12. lub/ini/module.am \
  13. lub/README
  14. include $(top_srcdir)/lub/list/module.am
  15. include $(top_srcdir)/lub/log/module.am
  16. include $(top_srcdir)/lub/ini/module.am