From 851a93e53ef63a3d85655d82d3f22e618d69d941 Mon Sep 17 00:00:00 2001 From: Richard Rauch Date: Mon, 15 Mar 2004 06:10:27 +0000 Subject: [PATCH] Removed Makefile support for the offscreen demo. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@480 7f0cb862-5218-0410-a997-914c9d46530a --- progs/demos/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progs/demos/Makefile.am b/progs/demos/Makefile.am index d37aae6..0cb3f88 100644 --- a/progs/demos/Makefile.am +++ b/progs/demos/Makefile.am @@ -1,2 +1,2 @@ EXTRA_DIST = demos.dsw -SUBDIRS = CallbackMaker Fractals Fractals_random Lorenz offscreen One shapes +SUBDIRS = CallbackMaker Fractals Fractals_random Lorenz One shapes -- 1.7.10.4