From e4aa565fab5bd32be2c5aca31ca65be89e02e9a0 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Tue, 16 Aug 2011 15:10:33 +0200 Subject: [PATCH] Build plugins by default. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 2f22a6e..4cbcdd6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -237,7 +237,7 @@ endif %.o: %.c version.h revision.h $(MSG_CC) $(CC) -fPIC -c $(CFLAGS) -o $@ $< -all: $(uhub_BINARY) +all: $(uhub_BINARY) plugins plugins: $(uhub_BINARY) $(all_plugins)