diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-04 23:44:16 -0500 |
commit | f5c5767c9bb756e0fb6b285ddf0608a94389e931 (patch) | |
tree | 8822448fcd3dff7978b69b3112aa0367bfb5e074 /src/slalib | |
parent | d54fe7c1f704a63824c5bfa0ece65245572e9b27 (diff) | |
download | calfuse-f5c5767c9bb756e0fb6b285ddf0608a94389e931.tar.gz |
Putting the rest together
Diffstat (limited to 'src/slalib')
-rw-r--r-- | src/slalib/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slalib/Makefile.in b/src/slalib/Makefile.in index 718fd59..643c07f 100644 --- a/src/slalib/Makefile.in +++ b/src/slalib/Makefile.in @@ -279,6 +279,9 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ @@ -305,6 +308,8 @@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ +cfitsio_CFLAGS = @cfitsio_CFLAGS@ +cfitsio_LIBS = @cfitsio_LIBS@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ |