aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-02-14 17:16:35 +0200
committerPaul Sokolovsky2014-02-14 20:38:35 +0200
commit8bc3516389cd148ebeaa58ceaf3d3f7fb13440d8 (patch)
tree11b747322a7d8c03d476914d57fd86725f886a12 /py/py.mk
parent70d7a83c74812a517ef0489877becb075d164630 (diff)
ffi: Implement ffivar.get()/set() methods.
Done by introducing another factored out helper API in binary.c. This API can be reused also by array and struct modules.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index e29d7b6ca..1d9eb535a 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -63,6 +63,7 @@ PY_O_BASENAME = \
objzip.o \
sequence.o \
stream.o \
+ binary.o \
builtin.o \
builtinimport.o \
builtinevex.o \