diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 16:28:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-05 16:28:03 +0000 |
| commit | 208cf399a6ab801951bf28a82a0e07adefc60028 (patch) | |
| tree | ebb4466b0c588d84553f760b4f3a22bb1d6ca577 | |
| parent | 75da2409dc64762661b4da422392ac2f428833e4 (diff) | |
OpenGL demos didn't get built because the "include" was after the
"all" target...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1558 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/Makefile | 8 |
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 $". # |
