Makefile.am 164 B

123456789
  1. ## Process this file with automake to produce Makefile.in
  2. bin_PROGRAMS += \
  3. testc/testc
  4. testc_testc_SOURCES = \
  5. testc/testc.c
  6. testc_testc_LDADD = \
  7. libfaux.la