diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-30 09:38:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:49 -0500 |
commit | 2ea189659172ef49684bcd0a716ae2fffcd538ef (patch) | |
tree | 611617dcd7ace2c174d6a82bf63c72054fc60bb1 /source4/lib/ldb | |
parent | 201408141d4f6be501a38315d615671ccf7613f3 (diff) | |
download | samba-2ea189659172ef49684bcd0a716ae2fffcd538ef.tar.gz samba-2ea189659172ef49684bcd0a716ae2fffcd538ef.tar.bz2 samba-2ea189659172ef49684bcd0a716ae2fffcd538ef.zip |
r22598: Simplify includes for replace.
(This used to be commit e72cec408e832e0f6ce05c38febdd56de501dbf7)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index d971581c41..df86b9988c 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -28,7 +28,7 @@ POPT_LIBS = @POPT_LIBS@ POPT_CFLAGS = @POPT_CFLAGS@ CFLAGS=-g -I$(srcdir)/include -Iinclude -I$(srcdir) -I$(srcdir)/.. \ - $(POPT_CFLAGS) $(TALLOC_CFLAGS) $(TDB_CFLAGS) -I@libreplacedir@ \ + $(POPT_CFLAGS) $(TALLOC_CFLAGS) $(TDB_CFLAGS) \ -DLIBDIR=\"$(libdir)\" -DSHLIBEXT=\"@SHLIBEXT@\" -DUSE_MMAP=1 @CFLAGS@ LIB_FLAGS=@LDFLAGS@ -Llib -lldb @LIBS@ $(POPT_LIBS) |