Changes to account for all the new files

ver1_5_1
Deon Ramsey 2002-03-02 20:23:43 +00:00
parent 4d1ed6b24f
commit 21285df9a6
5 changed files with 8 additions and 5 deletions

View File

@ -436,4 +436,4 @@ Code:
* Added accurate orbital calculations for the five largest moons of Uranus
* Added option to render stars as points (for a less fuzzy appearance)
* Corrected sizing of planets' shadows on their ring systems
* Corrected orientation of
* Corrected orientation of

View File

@ -22,6 +22,9 @@
/* Define if you have the <GL/glut.h> header file. */
#undef HAVE_GL_GLUT_H
/* Define if you have the <GL/glu.h> header file. */
#undef HAVE_GL_GLU_H
/* Define if you have the <GL/gl.h> header file. */
#undef HAVE_GL_GL_H

View File

@ -47,7 +47,6 @@ libcelengine_a_SOURCES = \
univcoord.cpp \
universe.cpp \
vertexlist.cpp \
vertexprog.cpp
vertexprog.cpp \
vsop87.cpp

View File

@ -17,6 +17,7 @@ COMMONSOURCES = \
WINSOURCES = \
wingotodlg.cpp \
winlocations.cpp \
winmain.cpp \
winssbrowser.cpp \
winstarbrowser.cpp \

View File

@ -1,3 +1,3 @@
noinst_DATA = celestia.rc icon1.ico resource.h
noinst_DATA = celestia.rc Clsdfolder.ico Location.ico Openfolder.ico Rootfolder.ico Celestia.ico resource.h
EXTRA_DIST = $(noinst_DATA)