Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@109 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sandalle 2003-06-28 02:21:23 +00:00
parent 482f4b2bc5
commit 4a231c5f7c
2 changed files with 9 additions and 1 deletions

View File

@ -178,8 +178,16 @@ October 24, 2002:
(81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file (81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file
******************************************************************************************* *******************************************************************************************
* Changes on 24 June 2003 * Changes on 24 June 2003
******************************************************************************************* *******************************************************************************************
(82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) (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)

View File

@ -3,5 +3,5 @@
GLincludedir = $(includedir)/GL GLincludedir = $(includedir)/GL
EXTRA_DIST = freeglut.h freeglut_internal.h EXTRA_DIST = freeglut.h freeglut_internal.h
GLinclude_HEADERS = freeglut.h GLinclude_HEADERS = freeglut.h freeglut_ext.h glut.h