Skip to content

Commit

Permalink
SWORD25: Update module.mk with lua serialization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieSams committed Dec 30, 2014
1 parent 2fb116f commit 0b8482b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions engines/sword25/module.mk
Expand Up @@ -82,9 +82,10 @@ MODULE_OBJS := \
util/lua/lvm.o \
util/lua/lzio.o \
util/lua/scummvm_file.o \
util/pluto/pdep.o \
util/pluto/pluto.o \
util/pluto/plzio.o
util/double_serializer.o \
util/lua_serialization_util.o \
util/lua_serializer.o \
util/lua_unserializer.o

# This module can be built as a plugin
ifeq ($(ENABLE_SWORD25), DYNAMIC_PLUGIN)
Expand Down

0 comments on commit 0b8482b

Please sign in to comment.