]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/Makefile.am
cygwin32 fixes by norman vine.
[flightgear.git] / src / Network / Makefile.am
index 6d6c76e96493a1781726c278aa012b596ecb0d97..63a1dc0b4c7394306b05b32c3ffed44aa93f9337 100644 (file)
@@ -4,11 +4,13 @@ libNetwork_a_SOURCES = \
        iochannel.cxx iochannel.hxx \
        fg_file.cxx fg_file.hxx \
        fg_serial.cxx fg_serial.hxx \
+       fg_socket.cxx fg_socket.hxx \
        protocol.cxx protocol.hxx \
+       native.cxx native.hxx \
        garmin.cxx garmin.hxx \
        nmea.cxx nmea.hxx \
        pve.cxx pve.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_builddir) -I$(top_builddir)/src