diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 23:59:58 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-14 23:59:58 +0200 |
commit | ed7cc8fc1c0189b78144de0f9f47e624a7dea085 (patch) | |
tree | 577e938f5265a108c4de9f2c930b8b5942518253 /source3 | |
parent | 5198fb6e19f1741c5296ad27dd6fc4ca03581624 (diff) | |
download | samba-ed7cc8fc1c0189b78144de0f9f47e624a7dea085.tar.gz samba-ed7cc8fc1c0189b78144de0f9f47e624a7dea085.tar.bz2 samba-ed7cc8fc1c0189b78144de0f9f47e624a7dea085.zip |
Fix include path.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5bd642cdd3..1378f64edc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -151,7 +151,7 @@ CODEPAGEDIR = @codepagedir@ # the directory where pid files go PIDDIR = @piddir@ -FLAGS = -I. -I$(srcdir) @FLAGS1@ @SAMBA_CPPFLAGS@ $(CPPFLAGS) -I$(CTDBDIR)/include $(ISA) -I$(srcdir)/lib -D_SAMBA_BUILD_=3 +FLAGS = -I. -I$(srcdir) @FLAGS1@ @SAMBA_CPPFLAGS@ $(CPPFLAGS) -I$(CTDBDIR)/include $(ISA) -I$(srcdir)/lib -I.. -D_SAMBA_BUILD_=3 PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \ -DPRIVATE_DIR=\"$(PRIVATE_DIR)\" \ |