summaryrefslogtreecommitdiff
path: root/plugins/python/androperms/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/python/androperms/Makefile.am')
-rw-r--r--plugins/python/androperms/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/python/androperms/Makefile.am b/plugins/python/androperms/Makefile.am
deleted file mode 100644
index b1a1e4e..0000000
--- a/plugins/python/androperms/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-
-andropermsdir = $(datadir)/openida/plugins/python/androperms
-
-androperms_DATA = \
- __init__.py \
- android.png \
- androperms.db \
- androperms.py \
- db.py \
- defs.py \
- manifest.py \
- panel.py \
- parser.py \
- reader.py \
- routine.png \
- stack.py \
- string.py
-
-androperms.db:
- @tmpzip=`tempfile` ; \
- wget http://www.android-permissions.org/permissionmap.zip -O $$tmpzip ; \
- unzip -p $$tmpzip permissionmap/APICalls.txt | tail -n +2 - > androperms.db ; \
- rm $$tmpzip