Merge remote branch 'origin/bug_348_dvdburn_residenttask'
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / Makefile.am
index ed4741542c505e7e4c727cd8aa6b374743d64a64..d1a995cac160a1c21adcf67459f4935c36f926f0 100644 (file)
@@ -1,9 +1,12 @@
-SUBDIRS = src
+if HAVE_DDVDLIB
+SUBDIRS = src meta
 
-installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer
+installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
 
 install_PYTHON = \
+       src/servicedvd.so \
        __init__.py \
        plugin.py \
        keymap.xml \
        LICENSE
+endif