X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0601ae82d8373dede75590ad670e417e29f1cff7..dec9693d8437a31dab8e4010b33b57e1476a315c:/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am diff --git a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am index b7127c7a..ec212e47 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/Makefile.am @@ -1,11 +1,9 @@ -if HAVE_DDVDLIB -SUBDIRS = src +SUBDIRS = src meta -installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer +installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer install_PYTHON = \ __init__.py \ plugin.py \ keymap.xml \ LICENSE -endif