]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Update VS2008 projects : use Boost 1.44.0 available in last 3rd Party archive
[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         AV400.cxx AV400.hxx \
21         AV400Sim.cxx AV400Sim.hxx \
22         garmin.cxx garmin.hxx \
23         lfsglass.cxx lfsglass.hxx lfsglass_data.hxx \
24         httpd.cxx httpd.hxx \
25         $(JPEG_SERVER) \
26         joyclient.cxx joyclient.hxx \
27         jsclient.cxx jsclient.hxx \
28         native.cxx native.hxx \
29         native_ctrls.cxx native_ctrls.hxx \
30         native_fdm.cxx native_fdm.hxx \
31         native_gui.cxx native_gui.hxx \
32         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
33         nmea.cxx nmea.hxx \
34         opengc.cxx opengc.hxx opengc_data.hxx \
35         $(MPLAYER_AS) \
36         props.cxx props.hxx \
37         pve.cxx pve.hxx \
38         ray.cxx ray.hxx \
39         rul.cxx rul.hxx \
40         generic.hxx generic.cxx
41
42 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src