summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-12-14 00:39:55 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-12-14 00:39:55 +0000
commit7dd1ddbeef03eed9ff314de128656954b12a7ed5 (patch)
treeda8e18f026d6e66b9279e4f55d7809d9ecb27301 /makeinclude.in
parentc97fcd9c65207deae714665af55bf3cc59e95291 (diff)
FLTK now enables large file support when available (STR #1087)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4702 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 7985a50ff..e87c95eb5 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -55,8 +55,8 @@ MAKEDEPEND = @MAKEDEPEND@
# flags for C++ compiler:
OPTIM = @OPTIM@
-CFLAGS = $(OPTIM) @CPPFLAGS@ @CFLAGS@
-CXXFLAGS = $(OPTIM) @CPPFLAGS@ @CXXFLAGS@
+CFLAGS = $(OPTIM) @LARGEFILE@ @CPPFLAGS@ @CFLAGS@
+CXXFLAGS = $(OPTIM) @LARGEFILE@ @CPPFLAGS@ @CXXFLAGS@
# program to make the archive:
LIBNAME = @LIBNAME@