summaryrefslogtreecommitdiff
path: root/test/fracviewer.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-01-13 18:38:24 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-01-13 18:38:24 +0000
commita33a9e34d40aaa2ce730c965078763aa449d0a9d (patch)
tree03df382287b48417be6b29a88256cd0e5cd4b746 /test/fracviewer.cxx
parentc874ba21a9099613dbfeefd53832696ab2df3dc7 (diff)
Remove unused and obsolete JPEG image demo.
Fix GLUT include in fracviewer.cxx. Add explicit dependencies on .o files for each demo program; this allows FLTK to be compiled with older (broken) make programs that don't support multi-step dependencies. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1928 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/fracviewer.cxx')
-rw-r--r--test/fracviewer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fracviewer.cxx b/test/fracviewer.cxx
index 5ed52a3c7..3a4520608 100644
--- a/test/fracviewer.cxx
+++ b/test/fracviewer.cxx
@@ -15,7 +15,7 @@
#include <config.h>
#if HAVE_GL && HAVE_GL_GLU_H
-# include <FL/glut.h>
+# include <FL/glut.H>
# ifdef __APPLE__
# include <OpenGL/glu.h>
# else