diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 14:25:16 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | c2873a98102d0450c8583d224b6b892642441488 (patch) | |
tree | eadf56d736e1380ce0e8ed37f35abd408b1d72d0 /Makefile.am | |
parent | 049674d67f7e512740dd246aa0891a8e9db89f2c (diff) |
Update build scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2913e5a8..6f0911cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 SUBDIRS = src data doc doc/examples scripts lib +ACLOCAL_AMFLAGS = -I m4 |