1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-01-09 04:38:03 -05:00

Fix Android build since a704c04f00bfea4b77550169fa08105c2ee0dfd0Oxh. ok @zeno-

This commit is contained in:
Loic Blot 2015-02-11 09:05:24 +01:00
parent c8f60bd224
commit 10b208f5c1

View File

@ -216,6 +216,14 @@ LOCAL_SRC_FILES := \
jni/src/settings.cpp \
jni/src/wieldmesh.cpp
# Network
LOCAL_SRC_FILES += \
jni/src/network/networkpacket.cpp \
jni/src/network/clientopcodes.cpp \
jni/src/network/serveropcodes.cpp \
jni/src/network/toclientpacket.cpp \
jni/src/network/toserverpacket.cpp
# lua api
LOCAL_SRC_FILES += \
jni/src/script/common/c_content.cpp \