7c720b5681
The vdr-plugin-xvdr is able to handle serveral XBMC clients connecting via the XVDR addon. WWW: https://github.com/pipelka/vdr-plugin-xvdr
9 lines
301 B
Text
9 lines
301 B
Text
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -114,5 +114,4 @@ clean:
|
|
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~
|
|
|
|
install:
|
|
- @install -d ../../man
|
|
- @install README ../../man/$(PLUGIN).man
|
|
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)
|