fixes bug #465
[enigma2.git] / lib / python / Plugins / Extensions / DVDPlayer / src / Makefile.am
index 774871e82572318894d2e194231ccd75501058be..27c751cf9efaefc05fceda6af4674093c71f78e6 100644 (file)
@@ -2,6 +2,11 @@ OBJS := servicedvd.cpp
 
 -include $(OBJS:.cpp=.d)
 
+installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
+
+install_PYTHON = \
+       servicedvd.so
+
 servicedvd.so:
        $(CXX) $(CPPFLAGS) -MD $(CXXFLAGS) $(DEFS) -I$(top_srcdir)/include \
        -Wall -W $(OBJS) -shared -fPIC -Wl,-soname,servicedvd.so -o servicedvd.so \