X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2FMakefile.am;h=6a45c62897061ec659fca1fa8611aaaa0269104d;hb=b47d1ad5fd8ed111cae99c1f65f5bb65a5371501;hp=9bd6bfff2ff740eb53448cb17d5f180b372457b1;hpb=806083cb2558696ab2ab37d8bd939772705b4ec6;p=simgear.git diff --git a/simgear/timing/Makefile.am b/simgear/timing/Makefile.am index 9bd6bfff..6a45c628 100644 --- a/simgear/timing/Makefile.am +++ b/simgear/timing/Makefile.am @@ -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)