blob: 45c410faae3453dd71c69f65cc4078b52b24bfc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
if HAVE_DDVDLIB
SUBDIRS = src
installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer
install_PYTHON = \
src/servicedvd.so \
__init__.py \
plugin.py \
keymap.xml \
LICENSE
endif
|