]> git.mxchange.org Git - flightgear.git/blob - src/Network/Makefile.am
builddir -> srcdir so builds can be done outside the master source directory.
[flightgear.git] / src / Network / Makefile.am
1 noinst_LIBRARIES = libNetwork.a
2
3 libNetwork_a_SOURCES = \
4         protocol.cxx protocol.hxx \
5         native.cxx native.hxx \
6         garmin.cxx garmin.hxx \
7         nmea.cxx nmea.hxx \
8         pve.cxx pve.hxx \
9         ray.cxx ray.hxx \
10         rul.cxx rul.hxx \
11         joyclient.cxx joyclient.hxx
12
13 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src