]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
Update from JSBSim
[flightgear.git] / src / Time / Makefile.am
index 2566840eeced79fc4ca7c324ebf5ee92a995b635..1e91358c31c29ff6fd14bd1600a503f4787664a4 100644 (file)
@@ -2,11 +2,18 @@ noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
        event.cxx event.hxx \
-       fg_time.cxx fg_time.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)/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