]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Move FGControls declaration to globals.hxx
[flightgear.git] / src / Network / Makefile.am
index 6d6c76e96493a1781726c278aa012b596ecb0d97..5fbf6db4fea23dea0d473f66f9232c142ed3c78a 100644 (file)
@@ -1,14 +1,17 @@
 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 \
+       atlas.cxx atlas.hxx \
        garmin.cxx garmin.hxx \
+       joyclient.cxx joyclient.hxx \
+       native.cxx native.hxx \
+       native_ctrls.cxx native_ctrls.hxx \
        nmea.cxx nmea.hxx \
+       props.cxx props.hxx \
        pve.cxx pve.hxx \
-       rul.cxx rul.hxx \
-       net_hud.cxx network.cxx network.h
+       raw_ctrls.hxx \
+       ray.cxx ray.hxx \
+       rul.cxx rul.hxx
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
+INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src