summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-05-23 00:00:41 +0200
committerVolker Lendecke <vl@samba.org>2010-05-23 00:15:49 +0200
commit9d1a08032bdedf6606beea55167ded615a9c657f (patch)
tree8ae79601981d131288bd924d1384f350bbdec60d /source3
parent086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed (diff)
downloadsamba-9d1a08032bdedf6606beea55167ded615a9c657f.tar.gz
samba-9d1a08032bdedf6606beea55167ded615a9c657f.tar.bz2
samba-9d1a08032bdedf6606beea55167ded615a9c657f.zip
s3: Next step to fix the build on OpenSolaris
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f5c243ff6e..4ebb15c65b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -41,6 +41,7 @@ MODULE_EXPORTS=@MODULE_EXPORTS@
# --enable-picky-developer and --enable-krb5developer.
DEVELOPER_CFLAGS=@DEVELOPER_CFLAGS@
CFLAGS=@CFLAGS@
+CPP=@CPP@
CPPFLAGS=-DHAVE_CONFIG_H @CPPFLAGS@
EXEEXT=@EXEEXT@