]> 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 656e12ba780de7ded279181ad987431d892ff5eb..7a049e9b3a8625ab98b90b9c029864b2c8aa8876 100644 (file)
@@ -1,6 +1,13 @@
 noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
-                       net_hud.cxx 
+       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 \
+       joyclient.cxx joyclient.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src