summaryrefslogtreecommitdiffstats
path: root/src/scripting/local.mk
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-08-25 05:17:54 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-08-25 05:17:54 (EDT)
commit0fb9afa52e05a1b474fab2bfb267a9a6f7268cce (patch)
treea94df598a7eb1d80fe6daecb332f46e157e38fb9 /src/scripting/local.mk
parente423a543d09e69a04115af7ceb50846853a97ee9 (diff)
downloadoverworld-rpg-0fb9afa52e05a1b474fab2bfb267a9a6f7268cce.zip
overworld-rpg-0fb9afa52e05a1b474fab2bfb267a9a6f7268cce.tar.gz
overworld-rpg-0fb9afa52e05a1b474fab2bfb267a9a6f7268cce.tar.bz2
Add "bouken" namespace to bindings
Diffstat (limited to 'src/scripting/local.mk')
-rw-r--r--src/scripting/local.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripting/local.mk b/src/scripting/local.mk
index b709af3..3d71665 100644
--- a/src/scripting/local.mk
+++ b/src/scripting/local.mk
@@ -1,3 +1,7 @@
+include $(top_srcdir)/src/scripting/bindings/local.mk
+
boukengine_SOURCES += \
+ src/scripting/bindings.c \
+ src/scripting/bindings.h \
src/scripting/ffi.c \
src/scripting/ffi.h