X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2FMakefile.am;h=63a1dc0b4c7394306b05b32c3ffed44aa93f9337;hb=9a3b25e4fa4b9acb7b444e6e33bcba1c8310b888;hp=6d6c76e96493a1781726c278aa012b596ecb0d97;hpb=2c7625351a7e0b4480f02206759b1a5c342d0d83;p=flightgear.git diff --git a/src/Network/Makefile.am b/src/Network/Makefile.am index 6d6c76e96..63a1dc0b4 100644 --- a/src/Network/Makefile.am +++ b/src/Network/Makefile.am @@ -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