X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=30c9a8b394694af9b3bfec25c2c25bb864d13ccb;hb=62a359cc4a338b2f8b720edf8183ab5b69710b14;hp=cf008a448d895a215b28c41fd8d7a415b23bfc29;hpb=57a4c79eb508d7e3fef92103a000af6ca74b03ec;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index cf008a448..30c9a8b39 100644 --- a/src/Time/Makefile.am +++ b/src/Time/Makefile.am @@ -1,15 +1,10 @@ noinst_LIBRARIES = libTime.a libTime_a_SOURCES = \ - event.cxx event.hxx \ fg_timer.cxx fg_timer.hxx \ light.cxx light.hxx \ - moonpos.cxx moonpos.hxx \ sunpos.cxx sunpos.hxx \ + sunsolver.cxx sunsolver.hxx \ tmp.cxx tmp.hxx - # fg_time.cxx fg_time.hxx \ - # geocoord.cxx geocoord.h \ - # lowleveltime.cxx lowleveltime.h \ - # timezone.cxx timezone.h -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src