diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 16:44:04 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-06-08 16:44:04 +0200 |
commit | 035cd38e85bd4de172f0f1ea5050c7c7d1a3654a (patch) | |
tree | 132ddddb70c33323ec5089def3339ad1e3f1fb94 | |
parent | 31bea6ae99f3750f5da095aeba890f69aad734d0 (diff) |
lua-interface-light also needs MemoryModule...
-rw-r--r-- | Makefile.mingw32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 0fba9ea..88e77f7 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -170,6 +170,7 @@ LuaSmtp.cc \ lua-plugin.cc \ lua-interface-hc.c \ lua-interface-light-hc.c \ +MemoryModule.c \ GL_GLUE = gl-glue.s |