summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-05 17:58:16 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-05 17:58:16 +0000
commit7e59022ea4be11a1ac99a7e4066ac39f8dffd99c (patch)
treedf06378cab4c0902c9b158b591fd341fdf75c5d0 /makeinclude.in
parenta11a31ff78af62e73735b5e012849523a612e26a (diff)
Add EXEEXT to end of FLUID name.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/makeinclude.in b/makeinclude.in
index fdde6fc98..b834a6fbf 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11.2.23 2002/08/05 17:58:16 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
# @configure_input@
@@ -77,7 +77,10 @@ LINKFLTKGL = -L../lib @LINKFLTKGL@
LINKFLTKFORMS = -L../lib -lfltk_forms @LINKFLTK@
LINKFLTKIMG = -L../lib -lfltk_images @LINKFLTK@ $(IMAGELIBS)
LINKSHARED = @LINKSHARED@ $(IMAGELIBS)
- IMAGELIBS = @IMAGELIBS@
+IMAGELIBS = @IMAGELIBS@
+
+# The extension to use for executables...
+EXEEXT = @EXEEXT@
# Do we build the OpenGL demos?
GLDEMOS = @GLDEMOS@
@@ -86,10 +89,7 @@ GLDEMOS = @GLDEMOS@
THREADS = @THREADS@
# Name of FLUID executable we install
-FLUID = @FLUID@
-
-# The extension to use for executables...
-EXEEXT = @EXEEXT@
+FLUID = @FLUID@$(EXEEXT)
# Possible steps after linking...
POSTBUILD = @POSTBUILD@
@@ -130,5 +130,5 @@ CAT3EXT = @CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.11.2.22 2002/07/26 14:22:02 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11.2.23 2002/08/05 17:58:16 easysw Exp $".
#