Makefile.am 99 B

123456
  1. libfaux_la_SOURCES += \
  2. faux/log/log.c
  3. if TESTC
  4. libfaux_la_SOURCES += faux/log/testc_log.c
  5. endif