diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-01-02 14:49:22 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-01-02 14:49:22 +0100 |
commit | 863b6a5f39dec3d4282a08c2c17dcfddf4034f27 (patch) | |
tree | 4467e5175cce5b9d873e0707f25cadb9e607b2c2 /Makefile | |
parent | c6ad6f2963d1df7443e8f237a1637f112b3c3037 (diff) | |
download | vdr-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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!" |