b7127c7a9bb493ce5eb08ca5c4884a10b21bcde9
[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         __init__.py \
8         plugin.py \
9         keymap.xml \
10         LICENSE
11 endif