svn commit: samba r9329 - in branches/SOC/SAMBA_3_0/source: .

skel at samba.org skel at samba.org
Tue Aug 16 20:27:52 GMT 2005


Author: skel
Date: 2005-08-16 20:27:52 +0000 (Tue, 16 Aug 2005)
New Revision: 9329

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9329

Log:
libmsrpc builds by default and bin/libmsrpc.a is linking


Modified:
   branches/SOC/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SOC/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SOC/SAMBA_3_0/source/Makefile.in	2005-08-16 20:00:24 UTC (rev 9328)
+++ branches/SOC/SAMBA_3_0/source/Makefile.in	2005-08-16 20:27:52 UTC (rev 9329)
@@ -741,9 +741,9 @@
 
 modules: SHOWFLAGS proto_exists $(MODULES)
 
-cac: SHOWFLAGS bin/libmsrpc. at SHLIBEXT@ bin/libcac.a
+cac: SHOWFLAGS bin/libmsrpc. at SHLIBEXT@ bin/libmsrpc.a
 
-everything: all libsmbclient debug2html smbfilter talloctort modules torture \
+everything: all libsmbclient debug2html smbfilter talloctort modules torture cac \
 	$(EVERYTHING_PROGS)
 
 .SUFFIXES:
@@ -1008,7 +1008,7 @@
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(CAC_PICOBJS) $(LDFLAGS) $(LIBS) \
 	@SONAMEFLAG@`basename $@`
 
-bin/libcac.a: $(CAC_PICOBJS)
+bin/libmsrpc.a: $(CAC_PICOBJS)
 	@echo Linking libsmbclient non-shared library $@
 	@-$(AR) -rc $@ $(CAC_PICOBJS)
 
@@ -1281,9 +1281,6 @@
 	@echo "Linking shared library $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_SMBPASS_PICOOBJ) -lpam $(DYNEXP) $(LIBS) -lc $(LDAP_LIBS) $(KRB5LIBS)
 
-bin/libmsrpc.a: $(LIBMSRPC_PICOBJ)
-	@-$(AR) -rc $@ $(LIBMSRPC_PICOBJ) 
-
 bin/tdbbackup at EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy
 	@echo Linking $@
 	@$(CC) $(FLAGS) -o $@ $(DYNEXP) $(TDBBACKUP_OBJ) @SOCKWRAP@



More information about the samba-cvs mailing list