Makefile.am 99 B

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