summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-01-02 14:49:22 +0100
committerChristian Wieninger <cwieninger@gmx.de>2011-01-02 14:49:22 +0100
commit863b6a5f39dec3d4282a08c2c17dcfddf4034f27 (patch)
tree4467e5175cce5b9d873e0707f25cadb9e607b2c2 /Makefile
parentc6ad6f2963d1df7443e8f237a1637f112b3c3037 (diff)
downloadvdr-plugin-live-863b6a5f39dec3d4282a08c2c17dcfddf4034f27.tar.gz
vdr-plugin-live-863b6a5f39dec3d4282a08c2c17dcfddf4034f27.tar.bz2
fix for tntnet-2.0 (different bool handling)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e9acf7..0e5e0de 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,7 @@ $(VERSIONSUFFIX): FORCE
libvdr-$(PLUGIN).so: $(VERSIONSUFFIX) $(SUBDIRS) $(PLUGINOBJS)
$(CXX) $(LDFLAGS) -shared -o $@ $(PLUGINOBJS) -Wl,--whole-archive $(WEBLIBS) -Wl,--no-whole-archive $(LIBS)
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+
ifneq ($(TNTVERS7),yes)
@echo ""
@echo "If LIVE was built successfully and you can try to use it!"