]> git.mxchange.org Git - flightgear.git/blob - src/Autopilot/Makefile.am
fix #416: reciprocal filter broken
[flightgear.git] / src / Autopilot / Makefile.am
1 noinst_LIBRARIES = libAutopilot.a
2
3 libAutopilot_a_SOURCES = \
4         route_mgr.cxx route_mgr.hxx \
5         autopilotgroup.cxx autopilotgroup.hxx \
6         autopilot.cxx autopilot.hxx functor.hxx \
7         inputvalue.cxx inputvalue.hxx \
8         component.cxx component.hxx \
9         analogcomponent.cxx analogcomponent.hxx \
10         pidcontroller.cxx pidcontroller.hxx \
11         pisimplecontroller.cxx pisimplecontroller.hxx \
12         predictor.cxx predictor.hxx \
13         digitalfilter.cxx digitalfilter.hxx \
14         digitalcomponent.cxx digitalcomponent.hxx \
15         logic.cxx logic.hxx \
16         flipflop.cxx flipflop.hxx
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src