summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1c983d7b8a..824a8bb13e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1555,13 +1555,6 @@ LIBRARIES = libtalloc libtdb libwbclient libsmbclient libsmbsharemodes libaddns
libs: $(LIBRARIES)
-cleanlibs:: cleanlibtalloc \
- cleanlibtdb \
- cleanlibnetapi \
- cleanlibwbclient \
- cleanlibsmbclient \
- cleanlibsmbsharemodes \
- cleanlibaddns
#-------------------------------------------------------------------
@@ -1626,6 +1619,7 @@ uninstalllibtalloc::
-rm -f $(DESTDIR)${prefix}/include/talloc.h
installlibs:: @INSTALL_LIBTALLOC@
+cleanlibs:: cleanlibtalloc
#-------------------------------------------------------------------
#
@@ -1689,6 +1683,7 @@ uninstalllibtdb::
-rm -f $(DESTDIR)${prefix}/include/tdb.h
installlibs:: @INSTALL_LIBTDB@
+cleanlibs:: cleanlibtdb
#-------------------------------------------------------------------
#
@@ -1756,6 +1751,8 @@ uninstalllibwbclient::
-rm -f $(DESTDIR)${prefix}/include/wbclient.h
installlibs:: @INSTALL_LIBWBCLIENT@
+cleanlibs:: cleanlibwbclient
+
#-------------------------------------------------------------------
#
@@ -1810,6 +1807,7 @@ uninstalllibaddns::
-$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBADDNS_STATIC_TARGET)`
installlibs:: @INSTALL_LIBADDNS@
+cleanlibs:: cleanlibaddns
#-------------------------------------------------------------------
#
@@ -1892,6 +1890,7 @@ uninstalllibnetapi::
-rm -f $(DESTDIR)${prefix}/include/netapi.h
installlibs:: @INSTALL_LIBNETAPI@
+cleanlibs:: cleanlibnetapi
#-------------------------------------------------------------------
#
@@ -1953,6 +1952,7 @@ uninstalllibsmbclient::
uninstallclientlib:: uninstalllibsmbclient
installlibs:: @INSTALL_LIBSMBCLIENT@
+cleanlibs:: cleanlibsmbclient
#-------------------------------------------------------------------
#
@@ -2016,6 +2016,7 @@ uninstalllibsmbsharemodes::
-rm -f $(DESTDIR)${prefix}/include/smb_share_modes.h
installlibs:: @INSTALL_LIBSMBSHAREMODES@
+cleanlibs:: cleanlibsmbsharemodes
#-------------------------------------------------------------------
#