]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/Makefile.am
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Time / Makefile.am
index d278925737bd874167a1b3e8e658a18adccf76dd..cf008a448d895a215b28c41fd8d7a415b23bfc29 100644 (file)
@@ -2,15 +2,14 @@ noinst_LIBRARIES = libTime.a
 
 libTime_a_SOURCES = \
        event.cxx event.hxx \
-       fg_time.cxx fg_time.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
+       # 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
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src