From: Gary V. Vaughan Date: Thu, 12 Feb 2004 00:17:00 +0000 (+0000) Subject: * Makefile.am (EXTRA_DIST): Remove config/mailnotify after all; it X-Git-Tag: release-1-9b~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1f30353c71be82f9ea0c949df8d60f4765e60d;p=thirdparty%2Flibtool.git * Makefile.am (EXTRA_DIST): Remove config/mailnotify after all; it is of no use in a distribution tarball. --- diff --git a/ChangeLog b/ChangeLog index 1df747e70..c338ce6a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-12 Gary V. Vaughan + + * Makefile.am (EXTRA_DIST): Remove config/mailnotify after all; it + is of no use in a distribution tarball. + 2004-02-11 Gary V. Vaughan * commit: Fix cut-n-paste error. diff --git a/Makefile.am b/Makefile.am index 137d9bdaa..27c5b517f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,7 @@ BUILD_SUBDIRS = . libltdl doc tests SUBDIRS = $(BUILD_SUBDIRS) DIST_SUBDIRS = $(BUILD_SUBDIRS) -EXTRA_DIST = bootstrap libtoolize.in ltmain.in \ - config/mailnotify config/mkstamp stamp-vcl \ +EXTRA_DIST = bootstrap libtoolize.in ltmain.in config/mkstamp stamp-vcl \ ChangeLog.1996 ChangeLog.1997 ChangeLog.1998 ChangeLog.1999 \ ChangeLog.2000 ChangeLog.2001 ChangeLog.2002 ChangeLog.2003 CLEANFILES = libtool libtoolize ltmain.shT