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

jelmer at samba.org jelmer at samba.org
Wed Sep 6 11:48:24 GMT 2006


Author: jelmer
Date: 2006-09-06 11:48:24 +0000 (Wed, 06 Sep 2006)
New Revision: 18161

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

Log:
Fix LDB build after popt changes.

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	2006-09-06 11:31:59 UTC (rev 18160)
+++ branches/SAMBA_4_0/source/lib/ldb/Makefile.in	2006-09-06 11:48:24 UTC (rev 18161)
@@ -19,7 +19,7 @@
 TESTS=test-tdb.sh @TESTS@
 
 CFLAGS=-I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \
-       -I at poptdir@ -I at tallocdir@ -I at tdbdir@/include -I at libreplacedir@ \
+       @POPT_CFLAGS@ -I at tallocdir@ -I at tdbdir@/include -I at libreplacedir@ \
 	-DLIBDIR=\"$(libdir)\" -DSHLIBEXT=\"@SHLIBEXT@\" -DUSE_MMAP=1 @CFLAGS@
 
 LIB_FLAGS=-Llib -lldb @LIBS@



More information about the samba-cvs mailing list