summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-06 11:48:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:44 -0500
commit72766489446d14f16ed35f5bb9aa057c1d3ac971 (patch)
tree577c1083ef3373c54f9aed36fa5e7dfa9de61fdb /source4/lib/ldb/Makefile.in
parent3ca73facc59ed8a97abbc28c1b4bedde87e109a6 (diff)
downloadsamba-72766489446d14f16ed35f5bb9aa057c1d3ac971.tar.gz
samba-72766489446d14f16ed35f5bb9aa057c1d3ac971.tar.bz2
samba-72766489446d14f16ed35f5bb9aa057c1d3ac971.zip
r18161: Fix LDB build after popt changes.
(This used to be commit 849fa935401b8d846e5e9c92267dc1cbabd3ae55)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index b3205a57c3..acf1651e1b 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -19,7 +19,7 @@ EXTRA_OBJ=@EXTRA_OBJ@
TESTS=test-tdb.sh @TESTS@
CFLAGS=-I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \
- -I@poptdir@ -I@tallocdir@ -I@tdbdir@/include -I@libreplacedir@ \
+ @POPT_CFLAGS@ -I@tallocdir@ -I@tdbdir@/include -I@libreplacedir@ \
-DLIBDIR=\"$(libdir)\" -DSHLIBEXT=\"@SHLIBEXT@\" -DUSE_MMAP=1 @CFLAGS@
LIB_FLAGS=-Llib -lldb @LIBS@