summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-02-23 19:41:52 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-02-23 19:41:52 +0000
commit7d1488507d110e567f57610894e9ce5d0eaebf2b (patch)
tree39ec070c7b17850b61f3a665f5190f5b9b55a4e2 /makeinclude.in
parenta0863e393af4231c93f917c18ef6b3366153c21e (diff)
CMake: Fix fltk-config for Windows and Unix/Linux.
This update ought to work with fltk-config [--use-images] [--use-gl] --compile <c source file> on both Windows and Unix/Linux when built with CMake. It was tested under Windows and Linux using fltk-config directly from the build tree, but it should work as well after installation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12686 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 9f75653ee..bad8b454f 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -3,7 +3,7 @@
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2014 by Bill Spitzak and others.
+# Copyright 1998-2018 by Bill Spitzak and others.
#
# This library is free software. Distribution and use rights are outlined in
# the file "COPYING" which should have been included with this file. If this
@@ -97,7 +97,7 @@ CAIROFLAGS = @CAIROFLAGS@
DSOFLAGS = -L. @DSOFLAGS@
LDFLAGS = $(OPTIM) @LDFLAGS@
LDLIBS = @LIBS@
-GLDLIBS = @GLLIB@ @LIBS@
+GLDLIBS = @GLLIBS@ @LIBS@
LINKFLTK = @LINKFLTK@
LINKFLTKGL = @LINKFLTKGL@
LINKFLTKFORMS = @LINKFLTKFORMS@ @LINKFLTK@