diff options
Diffstat (limited to 'plugins/dex/python/Makefile.am')
-rw-r--r-- | plugins/dex/python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dex/python/Makefile.am b/plugins/dex/python/Makefile.am index 2bf98bc..b371b87 100644 --- a/plugins/dex/python/Makefile.am +++ b/plugins/dex/python/Makefile.am @@ -8,6 +8,7 @@ libdexpython_la_SOURCES = \ format.h format.c \ method.h method.c \ module.h module.c \ + routine.h routine.c \ translate.h translate.c libdexpython_la_LDFLAGS = |