diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-07 15:10:01 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-07 15:10:01 +0200 |
commit | c0e56a663ecd295e07d0ed1f1e27a0bb1f490e57 (patch) | |
tree | ecc90046fa5747986a71e7b7b6c108fe5a850af7 | |
parent | b7b56533862f8b4ae705e3adb31b7b9533a42947 (diff) | |
download | strongswan-c0e56a663ecd295e07d0ed1f1e27a0bb1f490e57.tar.bz2 strongswan-c0e56a663ecd295e07d0ed1f1e27a0bb1f490e57.tar.xz |
only add generated m4 files to include path
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8082bd8e8..c2467a768 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ if USE_SCRIPTS SUBDIRS += scripts endif -ACLOCAL_AMFLAGS = -I m4/config m4/macros m4 +ACLOCAL_AMFLAGS = -I m4/config EXTRA_DIST = Doxyfile.in CREDITS CLEANFILES = apidoc Doxyfile |