From 17be24380f07656d14b88baf5af0d9ef3d8eddfd Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 15 Apr 2008 12:47:41 +0000 Subject: add DVDPlayer plugin (not final yet) not working without libdreamdvd (not in OE yet) --- lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am') diff --git a/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am new file mode 100644 index 00000000..bb02291c --- /dev/null +++ b/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am @@ -0,0 +1,11 @@ +servicedvd.so: + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(DEFS) -I$(top_srcdir)/include -Wall -W servicedvd.cpp -shared -fPIC -Wl,-soname,servicedvd.so -o servicedvd.so $(LDFLAGS) -ldreamdvd + +#-nostartfiles + +all: servicedvd.so + +CLEANFILES = servicedvd.so + +install: all + $(INSTALL) servicedvd.so $(DESTDIR)/$(LIBDIR)/enigma2/python/Plugins/Extensions/DVDPlayer -- cgit v1.2.3