summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile
index 33489da95..b95cd0857 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $"
+# "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $"
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
@@ -23,6 +23,8 @@
# Please report all bugs and problems to "fltk-bugs@fltk.org".
#
+include ../makeinclude
+
CPPFILES =\
CubeMain.cxx CubeView.cxx adjuster.cxx arc.cxx ask.cxx \
bitmap.cxx boxtype.cxx browser.cxx button.cxx \
@@ -54,8 +56,6 @@ all: $(ALL) $(GLDEMOS)
gldemos: $(GLALL)
-include ../makeinclude
-
# FLUID file rules
.fl.cxx .fl.h:
echo Generating $<...
@@ -127,5 +127,5 @@ install:
@echo Nothing to install in test directory.
#
-# End of "$Id: Makefile,v 1.19.2.7.2.5 2001/08/02 21:11:43 easysw Exp $".
+# End of "$Id: Makefile,v 1.19.2.7.2.6 2001/08/05 16:28:03 easysw Exp $".
#