svn commit: samba r25983 - in branches/SAMBA_4_0/source/lib/ldb: .

metze at samba.org metze at samba.org
Fri Nov 16 08:31:43 GMT 2007


Author: metze
Date: 2007-11-16 08:31:42 +0000 (Fri, 16 Nov 2007)
New Revision: 25983

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

Log:
ldb: link shared library against $(LDAP_LIBS)

metze

Modified:
   branches/SAMBA_4_0/source/lib/ldb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2007-11-16 08:30:32 UTC (rev 25982)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2007-11-16 08:31:42 UTC (rev 25983)
@@ -96,7 +96,7 @@
 STATICLIB = lib/libldb.a
 
 $(SOLIB): $(OBJS)
-	$(CC) $(SHLD_FLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) @SONAMEFLAG@$(SONAME)
+	$(CC) $(SHLD_FLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) $(TALLOC_LIBS) $(TDB_LIBS) $(LDAP_LIBS) @SONAMEFLAG@$(SONAME)
 
 all: showflags dirs $(OBJS) $(STATICLIB) $(SOLIB) $(BINS) $(EXAMPLES) manpages
 



More information about the samba-cvs mailing list