1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added Makefile depencency for objects.

Changed ProvidesChannel() to set needsDetachReceivers only if any receivers are attached.
This commit is contained in:
Rolf Ahrenberg
2010-10-11 23:19:59 +03:00
parent 05e52079f8
commit fd06641449
8 changed files with 18 additions and 12 deletions

View File

@@ -73,7 +73,7 @@ all: libvdr-$(PLUGIN).so i18n
### Implicit rules:
%.o: %.c
%.o: %.c Makefile
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
### Dependencies: