diff options
Diffstat (limited to 'plugins/python/androperms/Makefile.am')
-rw-r--r-- | plugins/python/androperms/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/python/androperms/Makefile.am b/plugins/python/androperms/Makefile.am index f44be3c..c9c8430 100644 --- a/plugins/python/androperms/Makefile.am +++ b/plugins/python/androperms/Makefile.am @@ -3,6 +3,7 @@ andropermsdir = $(datadir)/openida/plugins/python/androperms androperms_DATA = \ __init__.py \ + android.png \ androperms.db \ androperms.py \ defs.py \ @@ -10,6 +11,7 @@ androperms_DATA = \ panel.py \ parser.py \ reader.py \ + routine.png \ stack.py \ string.py |