From d3916bd5516948a91cf67224623f3092f694bd58 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Jul 2005 02:28:57 +0000 Subject: Drop the 476 kB intl/ directory from the distribution. svn path=/trunk/; revision=4203 --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5c6d1a1a..aff544ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ # Makefile for fetchmail -SUBDIRS= intl m4 m4-local po +SUBDIRS= m4 m4-local po AM_CFLAGS= @CEFLAGS@ -AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl -I$(top_builddir)/intl +AM_CPPFLAGS= @CPFLAGS@ AM_LDFLAGS= @LDEFLAGS@ ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d @@ -103,8 +103,8 @@ fetchmail-man.html: fetchmail.man || { rm -f $@ ; exit 1 ; } dist-hook: - cd $(distdir) && find $(distdirs) intl po -name .svn -type d -prune -exec rm -rf '{}' ';' - cd $(distdir) && find $(distdirs) intl po -name '*~' -exec rm -f '{}' ';' + cd $(distdir) && find $(distdirs) po -name .svn -type d -prune -exec rm -rf '{}' ';' + cd $(distdir) && find $(distdirs) po -name '*~' -exec rm -f '{}' ';' # The following sets edit modes for GNU EMACS. # Local Variables: -- cgit v1.2.3