diff options
author | Dan Sagunov <danilka.pro@gmail.com> | 2013-11-01 19:57:05 +0400 |
---|---|---|
committer | Dan Sagunov <danilka.pro@gmail.com> | 2013-11-01 19:57:05 +0400 |
commit | d2d934547c5ade2dddd85b4dd065c2c803c9fcd9 (patch) | |
tree | 2cec412dfa40d45eac898b153c6c78cf26fdb4b9 /src/Makefile.am | |
parent | 029818ba44703c5151f8d916284e307b05d08fa9 (diff) | |
download | plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.gz plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.bz2 plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.xz plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.zip |
Remove nacltcpnet due to SDL_net support
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1b2889594..8f7f49367 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -432,8 +432,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ net/messagein.h \ net/messageout.cpp \ net/messageout.h \ - net/nacltcpnet.cpp \ - net/nacltcpnet.h \ net/net.cpp \ net/net.h \ net/npchandler.h \ |