summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-23 12:19:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-09 13:06:04 +0000
commit0d57767b5f669d51049257bac918a98de798b9e0 (patch)
tree7a42e0612ffb6bb1620c69a96f69705c9ee4f62b /plugins
parenta167423acad1bbc41d764710fbc1de4347906da6 (diff)
Link plugins in the same way on Unix as on Windows
Reviewed-by: Olli Salli <olli.salli@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46417
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index a6b32eacb..e0f974940 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 \