X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=f59e18db71f9ac33e03ee57549ba31c4b588d613;hb=42c3d8867f20ab46ebf014ea54b15d9f7c631d3a;hp=94029b394878a29ec235dba129d01f02d413c60e;hpb=68f248879cb15562c7b026445f83caf8f2842ae9;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index 94029b394..f59e18db7 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = KLN89 HUD + noinst_LIBRARIES = libInstrumentation.a libInstrumentation_a_SOURCES = \ @@ -11,8 +13,10 @@ libInstrumentation_a_SOURCES = \ dme.cxx dme.hxx \ encoder.cxx encoder.hxx \ gps.cxx gps.hxx \ + gsdi.cxx gsdi.hxx \ gyro.cxx gyro.hxx \ heading_indicator.cxx heading_indicator.hxx \ + heading_indicator_fg.cxx heading_indicator_fg.hxx \ kr_87.hxx kr_87.cxx \ kt_70.cxx kt_70.hxx \ mag_compass.cxx mag_compass.hxx \ @@ -24,6 +28,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 mk_viii.cxx mk_viii.hxx \ + dclgps.cxx dclgps.hxx \ + render_area_2d.cxx render_area_2d.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src