X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FTime%2FMakefile.am;h=55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d;hb=a4e81f4ff075e6a3c0c2ea1b5a29c0bcdfdbc671;hp=d278925737bd874167a1b3e8e658a18adccf76dd;hpb=485230b443de22c97d5c4ddfda98598fb52ce98a;p=flightgear.git diff --git a/src/Time/Makefile.am b/src/Time/Makefile.am index d27892573..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 \ - fg_time.cxx fg_time.hxx \ + FGEventMgr.cxx FGEventMgr.hxx \ fg_timer.cxx fg_timer.hxx \ - geocoord.cxx geocoord.h \ light.cxx light.hxx \ - lowleveltime.cxx lowleveltime.h \ - timezone.cxx timezone.h \ moonpos.cxx moonpos.hxx \ - mymath.cxx mymath.h \ sunpos.cxx sunpos.hxx \ - timestamp.hxx + tmp.cxx tmp.hxx -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