aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 23:42:46 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-03-07 23:42:46 -0500
commit727498350ee97618f5a23f93addaef43e7d950af (patch)
treeea77abba309c71e438bbf3fd5aa600c86116e7f9 /configure.ac
parentece6c047eacb388ed4d36ce1eb18cc96b47a047e (diff)
downloadcalfuse-727498350ee97618f5a23f93addaef43e7d950af.tar.gz
Massive fixes. Adding the rest of the code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 16 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c2d0749..c2f3056 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,8 +29,20 @@ AC_FUNC_ERROR_AT_LINE
AC_FUNC_MALLOC
AC_CHECK_FUNCS([floor memchr memset modf pow sqrt strcasecmp strerror strncasecmp strrchr strtol])
-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 scripts/Makefile \
- doc/Makefile])
+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/parm/Makefile \
+ src/cal/saa/Makefile \
+ src/cal/screen/Makefile \
+ src/cal/get_tle/Makefile \
+ src/cal/geom/Makefile \
+ scripts/Makefile \
+ doc/Makefile])