summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2005-04-05 20:24:55 +0000
committerAaron M. Ucko <ucko@debian.org>2005-04-05 20:24:55 +0000
commit190e20c801ad73f1b6d6fe02ffa5de135ae0f8d5 (patch)
treeaf7ff99d797be5e989e84f9a6ef4b9026c5abe9a /Makefile
parent2fb75f144b320c4d82fb20b2ca8c11dee0ae443d (diff)
Load fltk-1.1.5rc2 into branches/upstream/current.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0f0e429..976c563 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.12.2.6.2.17 2004/04/11 04:38:53 easysw Exp $"
+# "$Id: Makefile,v 1.12.2.6.2.18 2004/07/06 00:18:48 easysw Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
@@ -25,7 +25,7 @@
include makeinclude
-DIRS = src fluid test documentation
+DIRS = $(IMAGEDIRS) src fluid test documentation
all: makeinclude
for dir in $(DIRS); do\
@@ -97,5 +97,5 @@ native-dist:
#
-# End of "$Id: Makefile,v 1.12.2.6.2.17 2004/04/11 04:38:53 easysw Exp $".
+# End of "$Id: Makefile,v 1.12.2.6.2.18 2004/07/06 00:18:48 easysw Exp $".
#