From 056191c7a71c8107ab07ec9bb081b47af8868cd7 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 12 Apr 2004 09:51:15 +0000 Subject: [PATCH] remove test-md5 on make clean. 2004-04-12 Sven Neumann * libgimpmath/Makefile.am: remove test-md5 on make clean. --- ChangeLog | 4 ++++ libgimpmath/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 901c7a3b4e..d8e60e824e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-12 Sven Neumann + + * libgimpmath/Makefile.am: remove test-md5 on make clean. + 2004-04-11 Manish Singh * plug-ins/pygimp/plug-ins/py-slice.py: When using a separate dir for diff --git a/libgimpmath/Makefile.am b/libgimpmath/Makefile.am index df3add3ecd..fda2d8acdd 100644 --- a/libgimpmath/Makefile.am +++ b/libgimpmath/Makefile.am @@ -103,6 +103,10 @@ test_md5_LDADD = \ $(GLIB_LIBS) \ $(test_md5_DEPENDENCIES) + +CLEANFILES = $(EXTRA_PROGRAMS) + + install-data-local: install-ms-lib install-libtool-import-lib uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib