From: Michael Adam Date: Sun, 6 Jul 2008 12:43:12 +0000 (+0200) Subject: build: add an uninstalllibtdb target. X-Git-Tag: samba-3.3.0pre1~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c50c847f4b9772261f8011f32eec97d8244dccdd;p=thirdparty%2Fsamba.git build: add an uninstalllibtdb target. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 5d0cce479dd..c6f560cd268 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1711,6 +1711,12 @@ installlibtdb:: installdirs libtdb @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) ${prefix}/include -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(LIBTDB_HEADERS) $(DESTDIR)${prefix}/include +uninstalllibtdb:: + -rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBTDB_SHARED_TARGET)` + -$(UNINSTALLLIBCMD_SH) $(DESTDIR)$(LIBDIR)/`basename $(LIBTDB_SHARED_TARGET_SONAME)` + -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBTDB_STATIC_TARGET)` + -rm -f $(DESTDIR)${prefix}/include/tdb.h + #------------------------------------------------------------------- #