aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-31 14:16:34 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-31 14:16:34 +0000
commit94e2792107a1a871660604e4aa8c5e2f3dda29c1 (patch)
tree1e5cee5ed53c4af4fa9da413f8be47343b271a53 /Makefile.am
parentcc2cad965d93b5b4e4c39081cee0bafd04a0ff0e (diff)
downloadfetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.tar.gz
fetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.tar.bz2
fetchmail-94e2792107a1a871660604e4aa8c5e2f3dda29c1.zip
Ship m4-local from top-level Makefile rather than recursing for two stupid files.
svn path=/trunk/; revision=4210
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index aff544ed..f960dc72 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# Makefile for fetchmail
-SUBDIRS= m4 m4-local po
+SUBDIRS= m4 po
AM_CFLAGS= @CEFLAGS@
AM_CPPFLAGS= @CPFLAGS@
@@ -79,7 +79,8 @@ DISTDOCS= BUGS FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \
distdirs = rh-config contrib beos
EXTRA_DIST= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \
- trio/CHANGES trio/README strlcpy.3
+ trio/CHANGES trio/README strlcpy.3 \
+ m4-local/ac-archive-license.txt m4-local/ac_ma_search_package.m4
FAQ: fetchmail-FAQ.html
AWK=$(AWK) $(SHELL) $(srcdir)/dist-tools/html2txt $(srcdir)/fetchmail-FAQ.html >$@ || { rm -f $@ ; exit 1 ; }