module.am 382 B

12345678
  1. if LUBHEAP
  2. liblub_la_SOURCES += lub/heap/posix/heap_clean_stacks.c \
  3. lub/heap/posix/heap_leak_mutex.c \
  4. lub/heap/posix/heap_scan_bss.c \
  5. lub/heap/posix/heap_scan_data.c \
  6. lub/heap/posix/heap_symShow.c \
  7. lub/heap/posix/sysheap_stubs.c
  8. endif