]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/Makefile.am
Fix bug 191, uninitialised HUD color.
[flightgear.git] / src / Autopilot / Makefile.am
index 9e38e9d6999f3c3c6fef735e0ea7145ebbf9b686..fdd591884fcbc8d878bf0530fb12ffdf64d374d6 100644 (file)
@@ -1,5 +1,18 @@
 noinst_LIBRARIES = libAutopilot.a
 
-libAutopilot_a_SOURCES = autopilot.cxx autopilot.hxx
+libAutopilot_a_SOURCES = \
+       route_mgr.cxx route_mgr.hxx \
+       autopilotgroup.cxx autopilotgroup.hxx \
+       autopilot.cxx autopilot.hxx \
+       inputvalue.cxx inputvalue.hxx \
+       component.cxx component.hxx \
+       analogcomponent.cxx analogcomponent.hxx \
+       pidcontroller.cxx pidcontroller.hxx \
+       pisimplecontroller.cxx pisimplecontroller.hxx \
+       predictor.cxx predictor.hxx \
+       digitalfilter.cxx digitalfilter.hxx \
+       digitalcomponent.cxx digitalcomponent.hxx \
+       logic.cxx logic.hxx \
+       flipflop.cxx flipflop.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src