]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Updates to allow weather system and atis to interact better.
[flightgear.git] / src / Time / Makefile.am
index 0ee9bf459ed32e88085c162a8c05ca7e6e5f335c..1e91358c31c29ff6fd14bd1600a503f4787664a4 100644 (file)
@@ -6,11 +6,14 @@ libTime_a_SOURCES = \
        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