]> git.mxchange.org Git - flightgear.git/blob - src/Autopilot/Makefile.am
Fix a numeric_limits problem for older stdc++ libraries.
[flightgear.git] / src / Autopilot / Makefile.am
1 noinst_LIBRARIES = libAutopilot.a
2
3 libAutopilot_a_SOURCES = \
4         auto_gui.cxx auto_gui.hxx \
5         route_mgr.cxx route_mgr.hxx \
6         xmlauto.cxx xmlauto.hxx
7
8 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src