]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Patch from Cameron Moore:
[flightgear.git] / src / Time / Makefile.am
index 0ee9bf459ed32e88085c162a8c05ca7e6e5f335c..55ae1362ad3c5ae8bd74f229534eb0a7d7e7484d 100644 (file)
@@ -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