]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Added a "mini fdm" output. This could (for example) be useful for an
[flightgear.git] / src / Network / Makefile.am
1 noinst_LIBRARIES = libNetwork.a
2
3 if ENABLE_JPEG_SERVER
4 JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
5 else
6 JPEG_SERVER =
7 endif
8
9 libNetwork_a_SOURCES = \
10         protocol.cxx protocol.hxx \
11         atc610x.cxx atc610x.hxx \
12         atlas.cxx atlas.hxx \
13         garmin.cxx garmin.hxx \
14         httpd.cxx httpd.hxx \
15         $(JPEG_SERVER) \
16         joyclient.cxx joyclient.hxx \
17         native.cxx native.hxx \
18         native_ctrls.cxx native_ctrls.hxx \
19         native_fdm.cxx native_fdm.hxx \
20         native_fdm_mini.cxx native_fdm_mini.hxx \
21         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx \
22         nmea.cxx nmea.hxx \
23         opengc.cxx opengc.hxx opengc_data.hxx \
24         props.cxx props.hxx \
25         pve.cxx pve.hxx \
26         ray.cxx ray.hxx \
27         rul.cxx rul.hxx
28
29 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src