From 4a03accc34638b221fc722afbcd45f64c8e53e8e Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sat, 5 Feb 2011 17:16:14 +0100 Subject: [PATCH] Fix compile warning about PLUGIN_SUPPORT being redefined. --- GNUmakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0f5b734..f46d315 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -12,7 +12,6 @@ RANLIB := ranlib CFLAGS += -pipe -Wall USE_SSL ?= NO USE_BIGENDIAN ?= AUTO -USE_PLUGINS ?= YES BITS ?= AUTO SILENT ?= YES TERSE ?= NO @@ -43,7 +42,6 @@ UHUB_PREFIX ?= c:/uhub/ CFLAGS += -mno-cygwin LDFLAGS += -mno-cygwin BIN_EXT ?= .exe -USE_PLUGINS := NO else DESTDIR ?= / UHUB_CONF_DIR ?= $(DESTDIR)/etc/uhub @@ -121,11 +119,7 @@ CFLAGS += -DSSL_SUPPORT LDLIBS += -lssl endif -ifeq ($(USE_PLUGINS),YES) -CFLAGS += -DPLUGIN_SUPPORT LDLIBS += -ldl -endif - GIT_VERSION=$(shell git describe --tags 2>/dev/null || echo "") GIT_REVISION=$(shell git show --abbrev-commit 2>/dev/null | head -n 1 | cut -f 2 -d " " || echo "")