Added spicerotation.cpp to Makefile.am.

ver1_6_1
Chris Laurel 2008-04-13 21:18:46 +00:00
parent d580102e33
commit 5ef00e5c3d
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ EXTRA_DIST = \
INCLUDES = -I..
if ENABLE_SPICE
SPICESOURCES = spiceinterface.cpp spiceorbit.cpp
SPICESOURCES = spiceinterface.cpp spiceorbit.cpp spicerotation.cpp
endif
if ENABLE_CELX
@ -96,6 +96,7 @@ libcelengine_a_SOURCES = \
vertexlist.cpp \
vertexprog.cpp \
virtualtex.cpp \
visibleregion.cpp \
vsop87.cpp\
$(SPICESOURCES)\
$(SCRIPT_OBJ_SOURCES)