]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
plib-1.8.0 no longer defines the cchar type (which we used because we were
[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 libNetwork_a_SOURCES = \
16         protocol.cxx protocol.hxx \
17         atc610x.cxx atc610x.hxx \
18         atlas.cxx atlas.hxx \
19         garmin.cxx garmin.hxx \
20         httpd.cxx httpd.hxx \
21         $(JPEG_SERVER) \
22         joyclient.cxx joyclient.hxx \
23         jsclient.cxx jsclient.hxx \
24         native.cxx native.hxx \
25         native_ctrls.cxx native_ctrls.hxx \
26         native_fdm.cxx native_fdm.hxx \
27         native_gui.cxx native_gui.hxx \
28         net_ctrls.hxx net_fdm.hxx net_fdm_mini.hxx net_gui.hxx \
29         nmea.cxx nmea.hxx \
30         opengc.cxx opengc.hxx opengc_data.hxx \
31         $(MPLAYER_AS) \
32         props.cxx props.hxx \
33         pve.cxx pve.hxx \
34         ray.cxx ray.hxx \
35         rul.cxx rul.hxx \
36         generic.hxx generic.cxx
37
38 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src