DVDPlayer: add missing linker flags for libdreamdvd
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 23 Nov 2010 20:38:52 +0000 (21:38 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 23 Nov 2010 20:38:52 +0000 (21:38 +0100)
lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am

index 7aaec9bb9c96170a6cdf1619f89e2cb56cfc0ea7..3e2ee67cb32a0a6690664ebc9ac95d71f6d42fc9 100644 (file)
@@ -4,6 +4,8 @@ AM_CPPFLAGS = \
        -include Python.h \
        -include $(top_builddir)/enigma2_config.h
 
+AM_CXXFLAGS = @LIBDDVD_CFLAGS@
+
 plugindir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer
 
 plugin_LTLIBRARIES = servicedvd.la
@@ -13,3 +15,4 @@ servicedvd_la_SOURCES = \
        servicedvd.h
 
 servicedvd_la_LDFLAGS = -avoid-version -module
+servicedvd_la_LIBADD = @LIBDDVD_LIBS@