X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d;hb=973ffbf289accc941b04a15de7ec246b7ef99592;hp=0ee9bf459ed32e88085c162a8c05ca7e6e5f335c;hpb=d1e4a4bc6f6a18a1f8c646e9eb6fbd7e2c6f98ec;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index 0ee9bf459..55ae1362a 100644 --- a/src/Time/Makefile.am +++ b/src/Time/Makefile.am @@ -1,16 +1,15 @@ noinst_LIBRARIES = libTime.a libTime_a_SOURCES = \ - event.cxx event.hxx \ + FGEventMgr.cxx FGEventMgr.hxx \ fg_timer.cxx fg_timer.hxx \ light.cxx light.hxx \ moonpos.cxx moonpos.hxx \ sunpos.cxx sunpos.hxx \ - timestamp.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_builddir) -I$(top_builddir)/src +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif