diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-17 17:20:04 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-17 17:20:04 +0100 |
| commit | 2b49c99dcd77e5c65d9563b38ed25e3153144818 (patch) | |
| tree | 5cefbc8c84b91fbeef21e6b86c42c0e70f3fc121 /lib/python/Plugins/Extensions/DVDPlayer/src | |
| parent | a369ff24e35fce27bfc9fccf7b284b03533bb4c3 (diff) | |
| parent | a8682faafcab6004621a4848d7855c70b55f0bce (diff) | |
| download | enigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.tar.gz enigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am index 27c751cf..7aaec9bb 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -1,17 +1,15 @@ -OBJS := servicedvd.cpp +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h \ + -include $(top_builddir)/enigma2_config.h --include $(OBJS:.cpp=.d) +plugindir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer -installdir = $(pkglibdir)/python/Plugins/Extensions/DVDPlayer +plugin_LTLIBRARIES = servicedvd.la -install_PYTHON = \ - servicedvd.so +servicedvd_la_SOURCES = \ + servicedvd.cpp \ + servicedvd.h -servicedvd.so: - $(CXX) $(CPPFLAGS) -MD $(CXXFLAGS) $(DEFS) -I$(top_srcdir)/include \ - -Wall -W $(OBJS) -shared -fPIC -Wl,-soname,servicedvd.so -o servicedvd.so \ - $(LDFLAGS) -ldreamdvd - -all: servicedvd.so - -CLEANFILES = servicedvd.so servicedvd.d +servicedvd_la_LDFLAGS = -avoid-version -module |
