revert last revision (workaround no longer needed)
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / Makefile.am
1 if HAVE_DDVDLIB
2 SUBDIRS = src
3
4 installdir = $(LIBDIR)/enigma2/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