add DVDPlayer plugin (not final yet)
[enigma2.git] / 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 (file)
index 0000000..bb02291
--- /dev/null
@@ -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