aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am')
-rw-r--r--lib/python/Plugins/Extensions/DVDPlayer/src/Makefile.am11
1 files changed, 11 insertions, 0 deletions
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