]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Add an otherwise lost header file to the Makefile
[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 if ENABLE_MPLAYER_AS
10 MPLAYER_AS = multiplay.cxx multiplay.hxx
11 else
12 MPLAYER_AS =
13 endif
14
15 EXTRA_DIST = net_gui.hxx
16
17 libNetwork_a_SOURCES = \
18         protocol.cxx protocol.hxx \
19         atc610x.cxx atc610x.hxx \
20         atlas.cxx atlas.hxx \
21         garmin.cxx garmin.hxx \
22         httpd.cxx httpd.hxx \
23         $(JPEG_SERVER) \
24         joyclient.cxx joyclient.hxx \
25         native.cxx native.hxx \
26         native_ctrls.cxx native_ctrls.hxx \
27         native_fdm.cxx native_fdm.hxx \
28         native_gui.cxx native_gui.hxx \
29         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx \
30         nmea.cxx nmea.hxx \
31         opengc.cxx opengc.hxx opengc_data.hxx \
32         $(MPLAYER_AS) \
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