Correct list of files to export
parent
db1b42de86
commit
6a15b653c0
|
@ -1,30 +1,33 @@
|
||||||
lib_LIBRARIES = libsgp4.a
|
lib_LIBRARIES = libsgp4.a
|
||||||
libsgp4_a_SOURCES = \
|
libsgp4_a_SOURCES = \
|
||||||
CoordGeodetic.cpp \
|
CoordGeodetic.cpp \
|
||||||
CoordTopocentric.cpp \
|
CoordTopocentric.cpp \
|
||||||
DateTime.cpp \
|
DateTime.cpp \
|
||||||
Eci.cpp \
|
Eci.cpp \
|
||||||
Globals.cpp \
|
Globals.cpp \
|
||||||
Observer.cpp \
|
Observer.cpp \
|
||||||
OrbitalElements.cpp \
|
OrbitalElements.cpp \
|
||||||
SGP4.cpp \
|
SGP4.cpp \
|
||||||
SolarPosition.cpp \
|
SolarPosition.cpp \
|
||||||
TimeSpan.cpp \
|
TimeSpan.cpp \
|
||||||
Tle.cpp \
|
Tle.cpp \
|
||||||
Util.cpp \
|
Util.cpp \
|
||||||
Vector.cpp
|
Vector.cpp
|
||||||
include_HEADERS = CoordGeodetic.h \
|
|
||||||
Eci.h \
|
include_HEADERS = \
|
||||||
OrbitalElements.h \
|
CoordGeodetic.h \
|
||||||
SatelliteException.h \
|
CoordTopocentric.h \
|
||||||
TleException.h \
|
DateTime.h \
|
||||||
Vector.h \
|
DecayedException.h \
|
||||||
CoordTopocentric.h \
|
Eci.h \
|
||||||
Globals.h \
|
Globals.h \
|
||||||
Observer.h \
|
Observer.h \
|
||||||
SGP4.h \
|
OrbitalElements.h \
|
||||||
SolarPosition.h \
|
SatelliteException.h \
|
||||||
Tle.h \
|
SGP4.h \
|
||||||
Util.h \
|
SolarPosition.h \
|
||||||
TimeSpan.h \
|
TimeSpan.h \
|
||||||
DateTime.h
|
Tle.h \
|
||||||
|
TleException.h \
|
||||||
|
Util.h \
|
||||||
|
Vector.h
|
||||||
|
|
Loading…
Reference in New Issue