From 727498350ee97618f5a23f93addaef43e7d950af Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 7 Mar 2015 23:42:46 -0500 Subject: Massive fixes. Adding the rest of the code. --- src/cal/saa/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/cal/saa/Makefile.am (limited to 'src/cal/saa/Makefile.am') diff --git a/src/cal/saa/Makefile.am b/src/cal/saa/Makefile.am new file mode 100644 index 0000000..7699193 --- /dev/null +++ b/src/cal/saa/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = make_saa_file +make_saa_file_SOURCES = make_saa_file.c +make_saa_file_CFLAGS = $(cfitsio_CFLAGS) $(srcinclude) +make_saa_file_LDADD = $(cfitsio_LIBS) $(top_srcdir)/src/libcf/libcf.la -- cgit