diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2009-11-04 13:34:19 -0800 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2009-11-04 13:34:19 -0800 |
commit | b3af8f0899c0d5f94d6cee64e6ffe294a51f8091 (patch) | |
tree | 22ae4fa248e0b7556fc3abfefb24e73ef008d295 /Makefile | |
parent | 9cc5fb228aec3fbdb7e1b4efc46e2bb521291e99 (diff) |
Adding actual lua-interface plugin code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,10 +353,10 @@ iuplua_glcanvas.c \ il_glcanvas.c \ iuplua_im.c \ iuplua_imglib.c \ +plugin-luaiup.cc \ IUP_LIBS = - WHOLE_SOURCES = \ $(IM_SOURCES) \ $(CD_SOURCES) \ |