aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-13 10:21:57 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commitfcee934f899225e8e65aec86dea5106b7133c1a5 (patch)
tree1b64ddb1ac0dc55b90ecc93f5b4d7acbb7873a6c /configure.ac
parentbc92f4d1a3e6a1ea983fc34814d5d664b827e12e (diff)
Install scripts under $(docdir)/scripts
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a9daf78f..9310c259 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,4 +156,4 @@ CFLAGS="$CFLAGS $LIBTIFF_CFLAGS -D_GNU_SOURCE"
LIBS="$LIBS $HDF5_LIBS -lm -lz $GSL_LIBS $GTK_LIBS $OPENCL_LIBS -pthread"
LIBS="$LIBS $LIBTIFF_LIBS"
-AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile)
+AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile scripts/Makefile)