]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/Makefile.am
Tidy up the autoconf/automake configuration a bit.
[simgear.git] / simgear / timing / Makefile.am
index 6d96633beb78747c969e2f3f255d99bed728ba73..234bea5a798a2d6d3c476ad3d4523a03ce933d23 100644 (file)
@@ -6,18 +6,14 @@ 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_builddir)
+INCLUDES = -I$(top_srcdir)