module.am 350 B

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