From 17be24380f07656d14b88baf5af0d9ef3d8eddfd Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 15 Apr 2008 12:47:41 +0000 Subject: add DVDPlayer plugin (not final yet) not working without libdreamdvd (not in OE yet) --- lib/python/Plugins/Extensions/DVDPlayer/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/python/Plugins/Extensions/DVDPlayer/Makefile.am (limited to 'lib/python/Plugins/Extensions/DVDPlayer/Makefile.am') diff --git a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am new file mode 100644 index 00000000..ed474154 --- /dev/null +++ b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = src + +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer + +install_PYTHON = \ + __init__.py \ + plugin.py \ + keymap.xml \ + LICENSE -- cgit v1.2.3