X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2FMakefile.am;h=234bea5a798a2d6d3c476ad3d4523a03ce933d23;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=16f6416d631929c3c5f58d3ea01f416201f6862e;hpb=1b07b25ad2eb26be45f7df744efa332a230d2baf;p=simgear.git diff --git a/simgear/timing/Makefile.am b/simgear/timing/Makefile.am index 16f6416d..234bea5a 100644 --- a/simgear/timing/Makefile.am +++ b/simgear/timing/Makefile.am @@ -3,20 +3,17 @@ includedir = @includedir@/timing lib_LIBRARIES = libsgtiming.a include_HEADERS = \ - fg_time.hxx \ geocoord.h \ + lowleveltime.h \ + sg_time.hxx \ + timestamp.hxx \ timezone.h libsgtiming_a_SOURCES = \ - fg_time.cxx \ geocoord.cxx \ - lowleveltime.cxx lowleveltime.h \ - 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 + lowleveltime.cxx \ + sg_time.cxx \ + timestamp.cxx \ + timezone.cxx -INCLUDES += -I$(top_builddir) +INCLUDES = -I$(top_srcdir)