]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/Makefile.am
Merge branch 'next' of git://gitorious.org/fg/simgear into next
[simgear.git] / simgear / timing / Makefile.am
index 9bd6bfff2ff740eb53448cb17d5f180b372457b1..6a45c62897061ec659fca1fa8611aaaa0269104d 100644 (file)
@@ -3,22 +3,15 @@ includedir = @includedir@/timing
 lib_LIBRARIES = libsgtiming.a
 
 include_HEADERS = \
-       geocoord.h \
        lowleveltime.h \
        sg_time.hxx \
        timestamp.hxx \
        timezone.h
 
 libsgtiming_a_SOURCES = \
-       geocoord.cxx \
        lowleveltime.cxx \
        sg_time.cxx \
-       timezone.cxx \
-       # event.cxx event.hxx \
-       # fg_timer.cxx fg_timer.hxx \
-       # light.cxx light.hxx \
-       # moonpos.cxx moonpos.hxx \
-       # sunpos.cxx sunpos.hxx \
-       # timestamp.hxx
+       timestamp.cxx \
+       timezone.cxx
 
-INCLUDES += -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir)