From c94072c4179711d9d1751b1b73c0378a28bbbb0b Mon Sep 17 00:00:00 2001 From: daveluff Date: Wed, 30 Nov 2005 00:48:01 +0000 Subject: [PATCH] Track added files --- src/Instrumentation/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5