X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2FMakefile.am;h=234bea5a798a2d6d3c476ad3d4523a03ce933d23;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=f2521b17be73cec3a4afe71972ee917f00acae0f;hpb=8159b749f49be587e794a8438db7a4373d527b1d;p=simgear.git diff --git a/simgear/timing/Makefile.am b/simgear/timing/Makefile.am index f2521b17..234bea5a 100644 --- a/simgear/timing/Makefile.am +++ b/simgear/timing/Makefile.am @@ -4,19 +4,16 @@ lib_LIBRARIES = libsgtiming.a include_HEADERS = \ geocoord.h \ + lowleveltime.h \ sg_time.hxx \ + timestamp.hxx \ timezone.h libsgtiming_a_SOURCES = \ geocoord.cxx \ - lowleveltime.cxx lowleveltime.h \ + 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)