From 863b6a5f39dec3d4282a08c2c17dcfddf4034f27 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 2 Jan 2011 14:49:22 +0100 Subject: fix for tntnet-2.0 (different bool handling) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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!" -- cgit v1.2.3