diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-10-05 Dan Winship <danw@helixcode.com> + + * tools/Makefile.am (EXTRA_DIST): Add verify-evolution-install.sh + to EXTRA_DIST + 2000-10-05 Jeffrey Stedfast <fejj@helixcode.com> * configure.in: Check for isblank diff --git a/tools/Makefile.am b/tools/Makefile.am index ca1ad433ed..19c1cec13e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,3 @@ bin_SCRIPTS = killev -EXTRA_DIST = $(bin_SCRIPTS) +EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh |