]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
Fix line endings
[flightgear.git] / src / Instrumentation / Makefile.am
index 94029b394878a29ec235dba129d01f02d413c60e..4c76b634bb441c42b5ee2e1d687d564873a2130c 100644 (file)
@@ -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