X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d;hb=a4e81f4ff075e6a3c0c2ea1b5a29c0bcdfdbc671;hp=2566840eeced79fc4ca7c324ebf5ee92a995b635;hpb=aea253a85ca34f2f3ae216b455266f14e694d4ba;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index 2566840ee..55ae1362a 100644 --- a/src/Time/Makefile.am +++ b/src/Time/Makefile.am @@ -1,12 +1,15 @@ noinst_LIBRARIES = libTime.a libTime_a_SOURCES = \ - event.cxx event.hxx \ - fg_time.cxx fg_time.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 -INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator +if OLD_AUTOMAKE +INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif