summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2004-07-23 19:26:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2004-07-23 19:26:27 +0000
commit7ee19d11402525a19a405753b3a468f30cc54a37 (patch)
tree0136b3185dd1835f6b2f1db56b64ff001f284630 /makeinclude.in
parent5f2ae3cf65c10b083621db7fc4cafb9db344e2cf (diff)
Fix local image library build bug.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3688 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 349ba508b..aabe596a8 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -1,5 +1,5 @@
#
-# "$Id: makeinclude.in,v 1.7.2.11.2.27 2004/07/06 00:18:48 easysw Exp $"
+# "$Id: makeinclude.in,v 1.7.2.11.2.28 2004/07/23 19:26:25 easysw Exp $"
#
# Make include file for the Fast Light Tool Kit (FLTK).
#
@@ -61,6 +61,7 @@ FLLIBNAME = @FLLIBNAME@
GLLIBNAME = @GLLIBNAME@
IMGLIBNAME = @IMGLIBNAME@
LIBCOMMAND = @LIBCOMMAND@
+LIBEXT = @LIBEXT@
RANLIB = @RANLIB@
DSONAME = @DSONAME@
FLDSONAME = @FLDSONAME@
@@ -132,5 +133,5 @@ CAT3EXT = @CAT3EXT@
mv t.z $@
#
-# End of "$Id: makeinclude.in,v 1.7.2.11.2.27 2004/07/06 00:18:48 easysw Exp $".
+# End of "$Id: makeinclude.in,v 1.7.2.11.2.28 2004/07/23 19:26:25 easysw Exp $".
#