From 9da2995c491b9fa094c62ef81da3fac6bacdebeb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Jul 2008 15:49:44 +0200 Subject: build: distribute the libs target over the library-specific sections. Michael (This used to be commit 18b932c980f2acdf9b5569cf61afece28c02abf5) --- source3/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 6c696cecc9..18abc2ad76 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1551,9 +1551,7 @@ SHLIBS = @LIBTALLOC_SHARED@ \ shlibs: $(SHLIBS) -LIBRARIES = libtalloc libtdb libwbclient libsmbclient libsmbsharemodes libaddns libnetapi -libs: $(LIBRARIES) @@ -1618,6 +1616,7 @@ uninstalllibtalloc:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_STATIC_TARGET)` -rm -f $(DESTDIR)${prefix}/include/talloc.h +libs:: libtalloc installlibs:: @INSTALL_LIBTALLOC@ cleanlibs:: cleanlibtalloc @@ -1682,6 +1681,7 @@ uninstalllibtdb:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBTDB_STATIC_TARGET)` -rm -f $(DESTDIR)${prefix}/include/tdb.h +libs:: libtdb installlibs:: @INSTALL_LIBTDB@ cleanlibs:: cleanlibtdb @@ -1750,6 +1750,7 @@ uninstalllibwbclient:: -$(UNINSTALLLIBCMD_SH) $(DESTDIR)$(LIBDIR)/`basename $(LIBWBCLIENT_SHARED_TARGET_SONAME)` -rm -f $(DESTDIR)${prefix}/include/wbclient.h +libs:: libwbclient installlibs:: @INSTALL_LIBWBCLIENT@ cleanlibs:: cleanlibwbclient @@ -1806,6 +1807,7 @@ uninstalllibaddns:: -rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBADDNS_SHARED_TARGET)` -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBADDNS_STATIC_TARGET)` +libs:: libaddns installlibs:: @INSTALL_LIBADDNS@ cleanlibs:: cleanlibaddns @@ -1889,6 +1891,7 @@ uninstalllibnetapi:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBNETAPI_STATIC_TARGET)` -rm -f $(DESTDIR)${prefix}/include/netapi.h +libs:: libnetapi installlibs:: @INSTALL_LIBNETAPI@ cleanlibs:: cleanlibnetapi @@ -1951,6 +1954,7 @@ uninstalllibsmbclient:: uninstallclientlib:: uninstalllibsmbclient +libs:: libsmbclient installlibs:: @INSTALL_LIBSMBCLIENT@ cleanlibs:: cleanlibsmbclient @@ -2015,6 +2019,7 @@ uninstalllibsmbsharemodes:: -$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBSMBSHAREMODES_STATIC_TARGET)` -rm -f $(DESTDIR)${prefix}/include/smb_share_modes.h +libs:: libsmbsharemodes installlibs:: @INSTALL_LIBSMBSHAREMODES@ cleanlibs:: cleanlibsmbsharemodes -- cgit