X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=f59e18db71f9ac33e03ee57549ba31c4b588d613;hb=42c3d8867f20ab46ebf014ea54b15d9f7c631d3a;hp=9775844e1299d144448a58435e2f36234c54e757;hpb=98c03f95e15da580f1c1442f00198ac670779a18;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index 9775844e1..f59e18db7 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = KLN89 +SUBDIRS = KLN89 HUD noinst_LIBRARIES = libInstrumentation.a @@ -13,6 +13,7 @@ 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 \