summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-04-14 11:11:43 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-04-14 11:11:43 +0000
commite2aa3e17f722466ea328d5ba4c907f56580658ab (patch)
treea3b8c2f1b4576000f9923a22d05b987314a677c3 /makeinclude.in
parent0ee742ec6428c07c64e441170f249f73cbf762c7 (diff)
Add CPPFLAGS to makeinclude.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1432 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in
index d31dceacc..3da493eda 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.10 2001/02/12 15:34:37 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11 2001/04/14 11:11:43 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@
@@ -44,8 +44,8 @@ CC =@CC@
MAKEDEPEND =@MAKEDEPEND@
# flags for C++ compiler:
-CFLAGS =@CFLAGS@
-CXXFLAGS =@CXXFLAGS@
+CFLAGS =@CPPFLAGS@ @CFLAGS@
+CXXFLAGS =@CPPFLAGS@ @CXXFLAGS@
# program to make the archive:
LIBNAME =@LIBNAME@
@@ -93,5 +93,5 @@ CAT3EXT =@CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.10 2001/02/12 15:34:37 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11 2001/04/14 11:11:43 easysw Exp $".
#