Makefile.am 177 B

123456789
  1. ## Process this file with automake to produce Makefile.in
  2. bin_PROGRAMS = double
  3. double_SOURCES = double.c
  4. double_LDADD = ../lib/libcommon.a
  5. INCLUDES = -I$(srcdir)/../include