module.am 370 B

12345678910111213
  1. ## Process this file with automake to generate Makefile.in
  2. if LUBHEAP
  3. lib_LTLIBRARIES += liblubheap.la
  4. liblubheap_la_SOURCES =
  5. endif
  6. EXTRA_DIST += \
  7. lubheap/posix/module.am \
  8. lubheap/vxworks/module.am \
  9. lubheap/README
  10. include $(top_srcdir)/lubheap/posix/module.am
  11. include $(top_srcdir)/lubheap/vxworks/module.am