diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-06 15:47:14 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-03-06 15:47:23 -0500 |
commit | 3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba (patch) | |
tree | 2c4a858bfa858bab73678df0549695a74d9dc49d /Makefile.am | |
parent | ebf6a872e3a7447c7d661a785002dffddb4e59b4 (diff) | |
download | calfuse-3c1b9d82e423b5d8ed9e3200af0a83cc3d5d80ba.tar.gz |
Minor changes that do not effect anything.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index b234b31..eb9bba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = . src scripts doc pkgdatadir = $(datadir)/@PACKAGE@-@VERSION@ ACLOCAL_AMFLAGS = -I m4 DATADIRS = calfiles parmfiles idl -EXTRA_DIST = $(DATADIRS) \ +INCLUDE_FILES = \ src/fes/cf_calfes.h \ src/include/calfitsio.h \ src/include/calfuse.h \ @@ -25,15 +25,9 @@ EXTRA_DIST = $(DATADIRS) \ src/include/slalib.h \ src/include/slamac.h -# scripts/calfuse.wavecal \ -# scripts/cf_make_900_obs.csh \ -# scripts/cf_make_all.csh \ -# scripts/cf_make_all_obs.csh \ -# scripts/idl_obsplot.pl \ -# scripts/idlplot_rate.pl \ -# scripts/idlplot_spex.pl \ -# scripts/listhead \ -# scripts/listtra +noinst_HEADERS = $(INCLUDE_FILES) + +EXTRA_DIST = $(DATADIRS) install-data-local: $(DATADIRS) mkdir -p $(DESTDIR)$(pkgdatadir) |