]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/Makefile.am
Fix line endings
[flightgear.git] / src / Instrumentation / Makefile.am
index 44dd3c1f6375d60d367467e68dc0a4bd8ff0c3f3..4c76b634bb441c42b5ee2e1d687d564873a2130c 100644 (file)
@@ -1,3 +1,5 @@
+SUBDIRS = KLN89
+
 noinst_LIBRARIES = libInstrumentation.a
 
 libInstrumentation_a_SOURCES = \
@@ -22,6 +24,10 @@ libInstrumentation_a_SOURCES = \
        transponder.cxx transponder.hxx \
         turn_indicator.cxx turn_indicator.hxx \
         vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
-       inst_vertical_speed_indicator.cxx inst_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 \
+       dclgps.cxx dclgps.hxx \
+       render_area_2d.cxx render_area_2d.hxx   
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src