diff options
Diffstat (limited to 'plugins/python/apkfiles')
-rw-r--r-- | plugins/python/apkfiles/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/python/apkfiles/Makefile.am b/plugins/python/apkfiles/Makefile.am new file mode 100644 index 0000000..931e0e8 --- /dev/null +++ b/plugins/python/apkfiles/Makefile.am @@ -0,0 +1,6 @@ + +apkfilesdir = $(datadir)/openida/plugins/python/apkfiles + +apkfiles_DATA = \ + __init__.py \ + apkfiles.py |