7f36caede6
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight. (second try, with init bug fixed)
8 lines
187 B
Makefile
8 lines
187 B
Makefile
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
|