]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
builddir -> srcdir so builds can be done outside the master source directory.
[flightgear.git] / src / Network / Makefile.am
index 6d6c76e96493a1781726c278aa012b596ecb0d97..7a049e9b3a8625ab98b90b9c029864b2c8aa8876 100644 (file)
@@ -1,14 +1,13 @@
 noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
-       iochannel.cxx iochannel.hxx \
-       fg_file.cxx fg_file.hxx \
-       fg_serial.cxx fg_serial.hxx \
        protocol.cxx protocol.hxx \
+       native.cxx native.hxx \
        garmin.cxx garmin.hxx \
        nmea.cxx nmea.hxx \
        pve.cxx pve.hxx \
+       ray.cxx ray.hxx \
        rul.cxx rul.hxx \
-       net_hud.cxx network.cxx network.h
+       joyclient.cxx joyclient.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src