Makefile.am 99 B

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