Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)
authorEric Sandall <sandalle@gmail.com>
Sat, 28 Jun 2003 02:21:23 +0000 (02:21 +0000)
committerEric Sandall <sandalle@gmail.com>
Sat, 28 Jun 2003 02:21:23 +0000 (02:21 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@109 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog
include/GL/Makefile.am

index a075869..44f3fc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -178,8 +178,16 @@ October 24, 2002:
 
 (81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file
 
+
 *******************************************************************************************
 * Changes on 24 June 2003
 *******************************************************************************************
 
 (82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10)
+
+
+*******************************************************************************************
+* Changes on 27 June 2003
+*******************************************************************************************
+
+(83) Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)
index 6b12e46..03d5ace 100644 (file)
@@ -3,5 +3,5 @@
 GLincludedir = $(includedir)/GL
 
 EXTRA_DIST       = freeglut.h freeglut_internal.h
-GLinclude_HEADERS = freeglut.h 
+GLinclude_HEADERS = freeglut.h  freeglut_ext.h glut.h