From 040a7cda095fde2db65ca043d0aa491848b12bfe Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 16 Mar 2011 11:25:22 -0400 Subject: Complete "make uninstall" cleanup so "make distcheck" works The "make distcheck" would not complete because the "make uninstall" would leave .so files around. Proper removal of the installed .so files allows the "make distcheck" to complete successfully. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9cbd081..508bee7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,4 +77,8 @@ install-exec-hook: rm -f $(DESTDIR)$(libdir)/libmemstomp.la rm -f $(DESTDIR)$(libdir)/libmemstomp-backtrace-symbols.la +uninstall-hook: + rm -f $(DESTDIR)$(libdir)/libmemstomp.so + rm -f $(DESTDIR)$(libdir)/libmemstomp-backtrace-symbols.so + ACLOCAL_AMFLAGS = -I m4 -- cgit