diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb63853..d3c20f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,9 @@ SUBDIRS = \ m4macros \ packaging +# tools want this on a single line +ACLOCAL_AMFLAGS = -I m4macros + EXTRA_DIST = \ autogen.sh \ TODO |