summaryrefslogtreecommitdiff
path: root/Makefile.common.in
diff options
context:
space:
mode:
authorkramm <kramm>2006-11-19 21:39:22 +0000
committerkramm <kramm>2006-11-19 21:39:22 +0000
commit96e80bbc15314726727c7f9a6ba7cacf7ce54096 (patch)
treef50cb9158f5c9d46524bdeb3acb734bc8f037ac4 /Makefile.common.in
parent37dbfdb4797d2882178a11c55dc101ad1e984772 (diff)
added CPPFLAGS
Diffstat (limited to 'Makefile.common.in')
-rwxr-xr-xMakefile.common.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common.in b/Makefile.common.in
index 1aede485..3ab2870d 100755
--- a/Makefile.common.in
+++ b/Makefile.common.in
@@ -23,6 +23,7 @@ CXXLIBS=@CXXLIBS@
transform = @program_transform_name@
PYTHON_LIB=@PYTHON_LIB@
PYTHON_INCLUDES=@PYTHON_INCLUDES@
+CPPFLAGS=@CPPFLAGS@
# libtool stuff
OBJEXT=@OBJEXT@