X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=30c9a8b394694af9b3bfec25c2c25bb864d13ccb;hb=62a359cc4a338b2f8b720edf8183ab5b69710b14;hp=f6efe2400953be8a65543fa7cc459c0e012ce677;hpb=432401007452f6468fa847f12d7ad8be15e6f6f9;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index f6efe2400..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 -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src -else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -endif