]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
Initial revision of atlas.cxx atlas.hxx
[flightgear.git] / src / Network / Makefile.am
index ce310af3654e48e1e930a886f2b1b57843a9c9eb..ba4bf0d432aa4855096868a5763e7875d2d07c74 100644 (file)
@@ -2,13 +2,14 @@ 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 \
        nmea.cxx nmea.hxx \
        props.cxx props.hxx \
        pve.cxx pve.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