aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-03-17 22:19:58 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-03-17 22:19:58 +0100
commit5cbdedf2e348c489c6fdd26d7dc7e4ebeaa052ba (patch)
treee9ccecb70fe10a2ceac9571abc191e9667512c70 /lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am
parentdd45abf9a5e4ee3230cb0272ad117079f97c3f2f (diff)
downloadenigma2-5cbdedf2e348c489c6fdd26d7dc7e4ebeaa052ba.tar.gz
enigma2-5cbdedf2e348c489c6fdd26d7dc7e4ebeaa052ba.zip
Add plugin to assign service / providers / caids to Common Interface Modules
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am')
-rw-r--r--lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am
new file mode 100644
index 00000000..562b1491
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/Makefile.am
@@ -0,0 +1,6 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/CommonInterfaceAssignment
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py
+