aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f22025b..96a2e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ AC_INIT([calfuse], [3.2.3], [archive@stsci.edu])
AM_INIT_AUTOMAKE([foreign])
LT_INIT
AC_CONFIG_MACRO_DIRS([m4])
-AC_CONFIG_SRCDIR([include/calfitsio.h])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_SRCDIR([src])
+AC_CONFIG_HEADERS([src/include/config.h])
# Checks for programs.
AC_PROG_CC
@@ -31,4 +31,6 @@ AC_CHECK_FUNCS([floor memchr memset modf pow sqrt strcasecmp strerror strncasecm
AC_OUTPUT([Makefile src/Makefile src/libcf/Makefile src/slalib/Makefile \
src/fes/Makefile src/fuv/Makefile src/analysis/Makefile \
- src/cal/Makefile src/cal/jitter/Makefile])
+ src/cal/Makefile src/cal/jitter/Makefile scripts/Makefile \
+ doc/Makefile])
+