]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Fix a couple issues with non-referenced files missing from the source
[flightgear.git] / src / Network / Makefile.am
1 EXTRA_DIST = jpg-httpd.cxx jpg-httpd.hxx
2
3 noinst_LIBRARIES = libNetwork.a
4
5 if ENABLE_JPEG_SERVER
6 JPEG_SERVER = jpg-httpd.cxx jpg-httpd.hxx
7 else
8 JPEG_SERVER =
9 endif
10
11 libNetwork_a_SOURCES = \
12         protocol.cxx protocol.hxx \
13         ATC-Main.cxx ATC-Main.hxx \
14         ATC-Inputs.cxx ATC-Inputs.hxx \
15         ATC-Outputs.cxx ATC-Outputs.hxx \
16         atlas.cxx atlas.hxx \
17         AV400.cxx AV400.hxx \
18         AV400Sim.cxx AV400Sim.hxx \
19         AV400WSim.cxx AV400WSim.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         props.cxx props.hxx \
34         pve.cxx pve.hxx \
35         ray.cxx ray.hxx \
36         rul.cxx rul.hxx \
37         generic.hxx generic.cxx
38
39 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
40
41 if WITH_HLA
42 SUBDIRS = HLA
43 endif