]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
LFS Glass cockpit interface (allows development independent of the opengc
[flightgear.git] / src / Network / Makefile.am
1 EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx \
2              multiplay.cxx multiplay.hxx
3
4 noinst_LIBRARIES = libNetwork.a
5
6 if ENABLE_JPEG_SERVER
7 JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
8 else
9 JPEG_SERVER =
10 endif
11
12 MPLAYER_AS = multiplay.cxx multiplay.hxx
13
14 libNetwork_a_SOURCES = \
15         protocol.cxx protocol.hxx \
16         ATC-Main.cxx ATC-Main.hxx \
17         ATC-Inputs.cxx ATC-Inputs.hxx \
18         ATC-Outputs.cxx ATC-Outputs.hxx \
19         atlas.cxx atlas.hxx \
20         garmin.cxx garmin.hxx \
21         lfsglass.cxx lfsglass.hxx lfsglass_data.hxx \
22         httpd.cxx httpd.hxx \
23         $(JPEG_SERVER) \
24         joyclient.cxx joyclient.hxx \
25         jsclient.cxx jsclient.hxx \
26         native.cxx native.hxx \
27         native_ctrls.cxx native_ctrls.hxx \
28         native_fdm.cxx native_fdm.hxx \
29         native_gui.cxx native_gui.hxx \
30         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
31         nmea.cxx nmea.hxx \
32         opengc.cxx opengc.hxx opengc_data.hxx \
33         $(MPLAYER_AS) \
34         props.cxx props.hxx \
35         pve.cxx pve.hxx \
36         ray.cxx ray.hxx \
37         rul.cxx rul.hxx \
38         generic.hxx generic.cxx
39
40 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src