summaryrefslogtreecommitdiff
path: root/plugins/dex/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-07 14:24:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-07 14:24:16 (GMT)
commitc136e2c4c1ad02ea2e363fbe71ce54c6255793e2 (patch)
treeba19cc948ac23a3930d9943e94f8e37ec86991c1 /plugins/dex/Makefile.am
parentb38035259b6e09c77d87950fe409fb72d09887d3 (diff)
Extended the Python bindings for the Dex format.
Diffstat (limited to 'plugins/dex/Makefile.am')
-rwxr-xr-xplugins/dex/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dex/Makefile.am b/plugins/dex/Makefile.am
index 50c1dcc..c72d1c6 100755
--- a/plugins/dex/Makefile.am
+++ b/plugins/dex/Makefile.am
@@ -9,6 +9,7 @@ libdex_la_SOURCES = \
class.h class.c \
dex-int.h dex-int.c \
dex_def.h \
+ field.h field.c \
format.h format.c \
loading.h loading.c \
method.h method.c \