diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 3437f5b88..c6f107967 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,14 +18,16 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 + if CROSS_COMPILING checks = else checks = checks endif -SUBDIRS = intl zlib util mpi cipher tools g10 keyserver po doc ${checks} -EXTRA_DIST = PROJECTS BUGS config.h.in autogen.sh +SUBDIRS = m4 intl zlib util mpi cipher tools g10 keyserver po doc ${checks} +EXTRA_DIST = scripts/config.rpath PROJECTS BUGS config.h.in autogen.sh DISTCLEANFILES = g10defs.h # Add all the files listed in "distfiles" files to the distribution, @@ -47,8 +49,3 @@ dist-hook: > $(distdir)/gnupg.spec echo "$(VERSION)" > $(distdir)/VERSION - - - - - |