From ccb8d260ed5e51f6f65205be04744a9e8322aa6f Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 21 Dec 2005 04:41:36 +0000 Subject: add plugins to test it: uncomment the example.py in lib/python/Plugins/Makefile.am plugins can be added at runtime --- lib/python/Plugins/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/python/Plugins/Makefile.am (limited to 'lib/python/Plugins/Makefile.am') diff --git a/lib/python/Plugins/Makefile.am b/lib/python/Plugins/Makefile.am new file mode 100644 index 00000000..d963b3c0 --- /dev/null +++ b/lib/python/Plugins/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins + +install_PYTHON = \ + __init__.py \ + example.py \ No newline at end of file -- cgit v1.2.3