]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Move FGControls declaration to globals.hxx
[flightgear.git] / src / Network / Makefile.am
index ce310af3654e48e1e930a886f2b1b57843a9c9eb..5fbf6db4fea23dea0d473f66f9232c142ed3c78a 100644 (file)
@@ -2,13 +2,16 @@ noinst_LIBRARIES = libNetwork.a
 
 libNetwork_a_SOURCES = \
        protocol.cxx protocol.hxx \
-       native.cxx native.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 \
+       raw_ctrls.hxx \
        ray.cxx ray.hxx \
-       rul.cxx rul.hxx \
-       joyclient.cxx joyclient.hxx
+       rul.cxx rul.hxx
 
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src