From c2aa89daf88f12eb70c818f1fa3fe1b010e4526d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 23 Feb 2012 12:19:42 +0000 Subject: [PATCH] Link plugins in the same way on Unix as on Windows --- plugins/Makefile.am | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index a6b32ea..e0f9749 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -44,7 +44,6 @@ endif AM_LDFLAGS = -avoid-version -shared -no-undefined -if WINDOWS ALL_PLUGIN_LIBS = \ @WOCKY_LIBS@ \ @GLIB_LIBS@ \ @@ -55,7 +54,6 @@ ALL_PLUGIN_LIBS = \ libtest_la_LIBADD = $(ALL_PLUGIN_LIBS) libgateways_la_LIBADD = $(ALL_PLUGIN_LIBS) libconsole_la_LIBADD = $(ALL_PLUGIN_LIBS) -endif libtest_la_SOURCES = \ test.c \ -- 1.7.9.1