]> Pileus Git - ~andy/fetchmail/blobdiff - Makefile.am
Drop the 476 kB intl/ directory from the distribution.
[~andy/fetchmail] / Makefile.am
index 5c6d1a1a22aa0a0890874f1c06109fe3e4e8ef3f..aff544ed0997115e59d414abf8148a3d9bbd6aca 100644 (file)
@@ -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: