From ec1f30353c71be82f9ea0c949df8d60f4765e60d Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 12 Feb 2004 00:17:00 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): Remove config/mailnotify after all; it is of no use in a distribution tarball. --- ChangeLog | 5 +++++ Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.47.2