]> git.mxchange.org Git - flightgear.git/blob - src/Autopilot/Makefile.am
6ed225010a362cee884607b8e6e1e53610ff5a76
[flightgear.git] / src / Autopilot / Makefile.am
1 noinst_LIBRARIES = libAutopilot.a
2
3 libAutopilot_a_SOURCES = \
4         auto_gui.cxx auto_gui.hxx \
5         newauto.cxx newauto.hxx
6
7 if OLD_AUTOMAKE
8 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
9 else
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
11 endif