X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d;hb=a4e81f4ff075e6a3c0c2ea1b5a29c0bcdfdbc671;hp=657a74240d8cbd21fd7d34a7a895babbbcfd1e26;hpb=c90db01dc8d5462a3da22771ffa7c96f5ea31217;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index 657a74240..55ae1362a 100644 --- a/src/Time/Makefile.am +++ b/src/Time/Makefile.am @@ -1,20 +1,15 @@ -if HAVE_DAYLIGHT -DEFS += -DHAVE_DAYLIGHT -endif - -if HAVE_TIMEZONE -DEFS += -DHAVE_TIMEZONE -endif - 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