From: daveluff Date: Wed, 30 Nov 2005 00:48:01 +0000 (+0000) Subject: Track added files X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c94072c4179711d9d1751b1b73c0378a28bbbb0b;p=flightgear.git Track added files --- diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index 94029b394..4c76b634b 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = KLN89 + noinst_LIBRARIES = libInstrumentation.a libInstrumentation_a_SOURCES = \ @@ -24,6 +26,8 @@ libInstrumentation_a_SOURCES = \ vertical_speed_indicator.cxx vertical_speed_indicator.hxx \ inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \ od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \ - tacan.cxx tacan.hxx + tacan.cxx tacan.hxx \ + dclgps.cxx dclgps.hxx \ + render_area_2d.cxx render_area_2d.hxx INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src