]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
Initial revision of atlas.cxx atlas.hxx
[flightgear.git] / src / Network / Makefile.am
1 noinst_LIBRARIES = libNetwork.a
2
3 libNetwork_a_SOURCES = \
4         protocol.cxx protocol.hxx \
5         atlas.cxx atlas.hxx \
6         garmin.cxx garmin.hxx \
7         joyclient.cxx joyclient.hxx \
8         native.cxx native.hxx \
9         nmea.cxx nmea.hxx \
10         props.cxx props.hxx \
11         pve.cxx pve.hxx \
12         ray.cxx ray.hxx \
13         rul.cxx rul.hxx
14
15 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src