diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e562877b6..6d4493ddd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ else checks = checks endif -SUBDIRS = intl zlib util mpi cipher tools g10 keyserver po doc ${checks} +SUBDIRS = m4 intl zlib util mpi cipher tools g10 keyserver po doc ${checks} EXTRA_DIST = PROJECTS BUGS config.h.in autogen.sh DISTCLEANFILES = g10defs.h @@ -53,3 +53,5 @@ dist-hook: + +ACLOCAL_AMFLAGS = -I m4 |