]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Move FGControls declaration to globals.hxx
[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         joyclient.cxx joyclient.hxx \
8         native.cxx native.hxx \
9         native_ctrls.cxx native_ctrls.hxx \
10         nmea.cxx nmea.hxx \
11         props.cxx props.hxx \
12         pve.cxx pve.hxx \
13         raw_ctrls.hxx \
14         ray.cxx ray.hxx \
15         rul.cxx rul.hxx
16
17 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src