X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2FMakefile.am;h=234bea5a798a2d6d3c476ad3d4523a03ce933d23;hb=a885314a39890b898ab078b365beaa7e24f4b501;hp=6d96633beb78747c969e2f3f255d99bed728ba73;hpb=1a6e2509c729c596e6ce06d010c59dad69ec1a1d;p=simgear.git diff --git a/simgear/timing/Makefile.am b/simgear/timing/Makefile.am index 6d96633b..234bea5a 100644 --- a/simgear/timing/Makefile.am +++ b/simgear/timing/Makefile.am @@ -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)