summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-06-15 05:39:12 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-06-15 05:39:12 +0000
commitf57e113f71892611f1ca71a3c77dfc768beada6e (patch)
tree0366a55d1da91de3cc8e5781e673fd24f3005e97 /Makefile
parentf9ded8959a53275ae8e4ce5676419f090b0830de (diff)
Use setup GUI with portable distributions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d4a540141..4aad352ba 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.12.2.6.2.15 2003/01/30 21:38:15 easysw Exp $"
+# "$Id: Makefile,v 1.12.2.6.2.16 2003/06/15 05:39:12 easysw Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -90,12 +90,12 @@ configure: configure.in
autoconf
portable-dist:
- epm -v fltk
+ epm -v -s fltk.xpm fltk
native-dist:
epm -v -f native fltk
#
-# End of "$Id: Makefile,v 1.12.2.6.2.15 2003/01/30 21:38:15 easysw Exp $".
+# End of "$Id: Makefile,v 1.12.2.6.2.16 2003/06/15 05:39:12 easysw Exp $".
#