1
0
Fork 0
flightgear/src/Time/Makefile.am

9 lines
187 B
Text
Raw Normal View History

noinst_LIBRARIES = libTime.a
libTime_a_SOURCES = \
light.cxx light.hxx \
sunsolver.cxx sunsolver.hxx \
TimeManager.cxx TimeManager.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src