]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Revert to pre-wind-sticking ground reaction forces until they can be debugged.
[flightgear.git] / src / Network / Makefile.am
1 noinst_LIBRARIES = libNetwork.a
2
3 libNetwork_a_SOURCES = \
4         protocol.cxx protocol.hxx \
5         atlas.cxx atlas.hxx \
6         garmin.cxx garmin.hxx \
7         httpd.cxx httpd.hxx \
8         joyclient.cxx joyclient.hxx \
9         native.cxx native.hxx \
10         native_ctrls.cxx native_ctrls.hxx \
11         native_fdm.cxx native_fdm.hxx \
12         nmea.cxx nmea.hxx \
13         opengc.cxx opengc.hxx opengc_data.hxx \
14         props.cxx props.hxx \
15         pve.cxx pve.hxx \
16         raw_ctrls.hxx raw_fdm.hxx \
17         ray.cxx ray.hxx \
18         rul.cxx rul.hxx
19
20 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src