summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 08:55:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:59 -0500
commit1626d2926adb0b26f72d3bc99764911739b30e31 (patch)
treeeeb9d616c5f10f8a68d6682d5bb7d5dc17e9aec4 /source3/Makefile.in
parent258a465e20e007a30043220367d17ecfc87b4f90 (diff)
downloadsamba-1626d2926adb0b26f72d3bc99764911739b30e31.tar.gz
samba-1626d2926adb0b26f72d3bc99764911739b30e31.tar.bz2
samba-1626d2926adb0b26f72d3bc99764911739b30e31.zip
r18606: - fix the detection of the working quota implementation
- we now define the set of samba related include path in one place so that we can't get it wrong in different places metze (This used to be commit 6bf0aad052699d21a242b5a25ef0a360d320c078)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f4e57c01cc..6cdc5126be 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -121,7 +121,7 @@ LIBADDNS=bin/libaddns.a @LIBADDNS_SHARED@
LIBADDNS_MAJOR=0
LIBADDNS_MINOR=1
-FLAGS1 = $(CFLAGS) @FLAGS1@ -Iinclude -I$(srcdir)/include -I$(srcdir)/tdb/include @SMBWRAP_INC@ -I. $(CPPFLAGS) -I$(srcdir) -D_SAMBA_BUILD_ -I$(srcdir)/libaddns -I$(srcdir)/librpc
+FLAGS1 = $(CFLAGS) @FLAGS1@ @SAMBA_CPPFLAGS@ @SMBWRAP_INC@ $(CPPFLAGS)
FLAGS2 =
FLAGS3 =
FLAGS4 =