diff options
Diffstat (limited to 'source3/tdb/Makefile.in')
-rw-r--r-- | source3/tdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/tdb/Makefile.in b/source3/tdb/Makefile.in index e158752d43..e16f50f6dd 100644 --- a/source3/tdb/Makefile.in +++ b/source3/tdb/Makefile.in @@ -12,12 +12,12 @@ libdir = @libdir@ VPATH = @srcdir@:@libreplacedir@ srcdir = @srcdir@ builddir = @builddir@ -CFLAGS = -I$(srcdir)/include -Iinclude -I@libreplacedir@ @CFLAGS@ +CFLAGS = -I$(srcdir)/include -Iinclude -I../include -I@libreplacedir@ @CFLAGS@ .PHONY: test PROGS = bin/tdbtool bin/tdbtorture -TDB_OBJ = @TDBOBJ@ @LIBREPLACEOBJ@ +TDB_OBJ = @TDBOBJ@ DIRS = bin common tools |