summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-13 11:47:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:41 -0500
commit25b9531e5fab8fbc099216b1ce2389eb02df8a29 (patch)
tree29dacfcb239ed055cc8b9f219162de0f4deef1f3 /source4/build/smb_build/makefile.pl
parent0b7f81e0f6e4a8eb8cd514541dcd39ebed07b7f0 (diff)
downloadsamba-25b9531e5fab8fbc099216b1ce2389eb02df8a29.tar.gz
samba-25b9531e5fab8fbc099216b1ce2389eb02df8a29.tar.bz2
samba-25b9531e5fab8fbc099216b1ce2389eb02df8a29.zip
r674: use the same -I flags as before
metze (This used to be commit e7c9e56a5d889497f63c65582f064e02d4442e36)
Diffstat (limited to 'source4/build/smb_build/makefile.pl')
-rw-r--r--source4/build/smb_build/makefile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl
index 4d1da0764e..9ff0818f11 100644
--- a/source4/build/smb_build/makefile.pl
+++ b/source4/build/smb_build/makefile.pl
@@ -77,7 +77,7 @@ sub _prepare_compiler_linker($)
$output = "
CC=\@CC\@
-CC_FLAGS=-I./include -I./ -I./lib \@CFLAGS\@ \@CPPFLAGS\@
+CC_FLAGS=-Iinclude -I. -I$(srcdir)/include -I$(srcdir) -Ilib \@CFLAGS\@ \@CPPFLAGS\@
LD=\@CC\@
LD_FLAGS=\@LDFLAGS\@ \@CFLAGS\@