diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-11 16:09:18 +0100 |
| commit | 088902285e167e612e0f4ae8ae9f72a3e9079ea4 (patch) | |
| tree | 0a50148e80501b8a3895d240e7568385b3e0d8bc /lib/python/Plugins | |
| parent | 6a25698b1ff48bafd6d1656be7f447638cc4b136 (diff) | |
| parent | e66c53dd065aec5f9aca27ab45dc9e4f6fdc211e (diff) | |
| download | enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.tar.gz enigma2-088902285e167e612e0f4ae8ae9f72a3e9079ea4.zip | |
Merge branch 'obi/master'
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 7aaec9bb..3e2ee67c 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -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@ |
