]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
c0f6ce2c100aa46d0e90a6d28846d66b7d82520a
[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         nmea.cxx nmea.hxx \
12         props.cxx props.hxx \
13         pve.cxx pve.hxx \
14         raw_ctrls.hxx \
15         ray.cxx ray.hxx \
16         rul.cxx rul.hxx
17
18 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src