Makefile.am 177 B

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