dont build dvdplugin when dreamdvd lib ist not available
[vuplus_dvbapp] / 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