From 3e995631de10d53dfb6351ca5f09d623dc0dd1a8 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 25 Apr 1999 09:07:02 +0000 Subject: [PATCH] * Makefile.am (uninstall-local): Remove installed libltdl tree. --- ChangeLog | 4 ++++ Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b54542276..4b43f098c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-25 Pavel Roskin + + * Makefile.am (uninstall-local): Remove installed libltdl tree. + 1999-04-25 Alexandre Oliva * demo/Makefile.am (hc-direct, hc-libflag, hc-libpath, hc-minusl): diff --git a/Makefile.am b/Makefile.am index 26c73e855..5757fea22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,10 @@ configure-subdirs distdir: $(DIST_MAKEFILE_LIST) install-data-hook: cd libltdl && $(MAKE) distdir distdir=$(DESTDIR)$(pkgdatadir)/libltdl +# Uninstall libltdl +uninstall-local: + -rm -rf $(DESTDIR)$(pkgdatadir)/libltdl + ################################################################ ## ## Everything past here is useful to the maintainer, but probably not -- 2.47.3