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