aboutsummaryrefslogtreecommitdiff
path: root/src/fes/Makefile.am
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 01:32:46 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 01:32:46 -0500
commit83db47a8e8e9ee1bca9888f138fd225d5e9c3823 (patch)
treeb43adf87ebf3b7c2a43da804ad0a3d14c71b8616 /src/fes/Makefile.am
parent3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba (diff)
downloadcalfuse-83db47a8e8e9ee1bca9888f138fd225d5e9c3823.tar.gz
Using older autotools to appeal to older distros
Diffstat (limited to 'src/fes/Makefile.am')
-rw-r--r--src/fes/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fes/Makefile.am b/src/fes/Makefile.am
index b1a0365..738a2b4 100644
--- a/src/fes/Makefile.am
+++ b/src/fes/Makefile.am
@@ -5,4 +5,5 @@ cf_calfes_SOURCES = \
cf_fes_cal.c cf_fes_get_cal_image.c cf_limbang.c \
cf_fes_apply_bias.c cf_fes_apply_flat.c cf_fes_apply_mask.c
cf_calfes_LDADD = ../slalib/libsla.la ../libcf/libcf.la
-cf_calfes_CFLAGS = -I$(srcdir)/include -I./
+cf_calfes_CFLAGS = $(cfitsio_CFLAGS) -I$(srcdir)/include -I./
+cf_calfes_LDFLAGS = $(cfitsio_LIBS)