diff src/ChangeLog @ 7905:bcacdcc726f7

Allow octave compilation without FLTK/OpenGL
author John W. Eaton <jwe@octave.org>
date Wed, 09 Jul 2008 11:00:21 -0400
parents 1fddd9b8e862
children b3becd212f3f
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 09 10:59:29 2008 -0400
+++ b/src/ChangeLog	Wed Jul 09 11:00:21 2008 -0400
@@ -1,5 +1,8 @@
 2008-07-09  Michael Goffioul  <michael.goffioul@gmail.com>
 
+	* Makefile.in: new substituted variables GL_RENDER_SRC and
+	FLTK_BACKEND_SRC.
+
 	* gl-render.cc (vertex_data::vertex_data_rep::vertex_data(void),
 	vertex_data::vertex_data(void), vertex_data::vertex_data(...)):
 	initialize reference counting correctly.