diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-29 23:36:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-29 23:39:29 +0300 |
commit | 7f2484d82112851dbeba83afd18790a58b03599d (patch) | |
tree | 6449022bbae8a55825febc7b08e3d4095f1de64f /src/Makefile.am | |
parent | 24179041d619875bda96eb94307b1f3dd64e6add (diff) | |
download | plus-7f2484d82112851dbeba83afd18790a58b03599d.tar.gz plus-7f2484d82112851dbeba83afd18790a58b03599d.tar.bz2 plus-7f2484d82112851dbeba83afd18790a58b03599d.tar.xz plus-7f2484d82112851dbeba83afd18790a58b03599d.zip |
Initial porting to NACL by Vasily_Makarov.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9f07e72f7..ebce034ea 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -428,6 +428,8 @@ 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 \ |