diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 849d0bd7c9..cf28dca304 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -11,7 +11,7 @@ libdir = @libdir@ VPATH = @srcdir@ srcdir = @srcdir@ builddir = @builddir@ -CFLAGS = -I$(srcdir)/include @CFLAGS@ +CFLAGS = -I$(srcdir)/include -Iinclude @CFLAGS@ PROGS = bin/tdbtool bin/tdbtorture TDB_OBJ = common/tdb.o common/dump.o common/io.o common/lock.o \ |