1f82437eb7814acb07ec7528017f82bd43772dde
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / Makefile.am
1 if HAVE_DDVDLIB
2 SUBDIRS = src
3
4 installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
5
6 install_PYTHON = \
7         src/servicedvd.so \
8         __init__.py \
9         plugin.py \
10         keymap.xml \
11         LICENSE
12 endif