Merge remote branch 'remotes/origin/bug_587_new_internally_connectable_and_unsupporte...
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / Makefile.am
1 if HAVE_DDVDLIB
2 SUBDIRS = src meta
3
4 installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
5
6 install_PYTHON = \
7         __init__.py \
8         plugin.py \
9         keymap.xml \
10         LICENSE
11 endif