X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=f59e18db71f9ac33e03ee57549ba31c4b588d613;hb=010e03fab49219813f2957b0e494672d01d62ff4;hp=c21a1127318cf072576c47a0da701df6ff43e017;hpb=1acb43dbfc021715ddf56bbb55e818ce3429fa14;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index c21a11273..f59e18db7 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,10 +1,35 @@ +SUBDIRS = KLN89 HUD + noinst_LIBRARIES = libInstrumentation.a -libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \ - airspeed_indicator.cxx airspeed_indicator.hxx \ - altimeter.cxx altimeter.hxx \ - attitude_indicator.cxx attitude_indicator.hxx \ - heading_indicator.cxx heading_indicator.hxx \ - vertical_speed_indicator.cxx vertical_speed_indicator.hxx +libInstrumentation_a_SOURCES = \ + instrument_mgr.cxx instrument_mgr.hxx \ + adf.cxx adf.hxx \ + airspeed_indicator.cxx airspeed_indicator.hxx \ + altimeter.cxx altimeter.hxx \ + annunciator.cxx annunciator.hxx \ + attitude_indicator.cxx attitude_indicator.hxx \ + clock.cxx clock.hxx \ + 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 \ + marker_beacon.cxx marker_beacon.hxx \ + navradio.cxx navradio.hxx \ + slip_skid_ball.cxx slip_skid_ball.hxx \ + 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 \ + od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \ + 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