Correct list of files to export

feature/19
Daniel Warner 2013-10-20 10:31:19 +01:00
parent db1b42de86
commit 6a15b653c0
1 changed files with 31 additions and 28 deletions

View File

@ -1,30 +1,33 @@
lib_LIBRARIES = libsgp4.a
libsgp4_a_SOURCES = \
CoordGeodetic.cpp \
CoordTopocentric.cpp \
DateTime.cpp \
Eci.cpp \
Globals.cpp \
Observer.cpp \
OrbitalElements.cpp \
SGP4.cpp \
SolarPosition.cpp \
TimeSpan.cpp \
Tle.cpp \
Util.cpp \
Vector.cpp
include_HEADERS = CoordGeodetic.h \
Eci.h \
OrbitalElements.h \
SatelliteException.h \
TleException.h \
Vector.h \
CoordTopocentric.h \
Globals.h \
Observer.h \
SGP4.h \
SolarPosition.h \
Tle.h \
Util.h \
TimeSpan.h \
DateTime.h
CoordGeodetic.cpp \
CoordTopocentric.cpp \
DateTime.cpp \
Eci.cpp \
Globals.cpp \
Observer.cpp \
OrbitalElements.cpp \
SGP4.cpp \
SolarPosition.cpp \
TimeSpan.cpp \
Tle.cpp \
Util.cpp \
Vector.cpp
include_HEADERS = \
CoordGeodetic.h \
CoordTopocentric.h \
DateTime.h \
DecayedException.h \
Eci.h \
Globals.h \
Observer.h \
OrbitalElements.h \
SatelliteException.h \
SGP4.h \
SolarPosition.h \
TimeSpan.h \
Tle.h \
TleException.h \
Util.h \
Vector.h