>From 7d593ba4672e88b3f5be17dde3374bd5c27fa155 Mon Sep 17 00:00:00 2001 From: Roumen Petrov Date: Sat, 24 Dec 2011 01:27:48 +0200 Subject: [PATCH] build test plugin for mingw host --- tests/plugins/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/plugins/Makefile.am b/tests/plugins/Makefile.am index b008f62..48f71d0 100644 --- a/tests/plugins/Makefile.am +++ b/tests/plugins/Makefile.am @@ -17,7 +17,7 @@ plugindir=$(shell pwd)/.libs/ xmlsoft_org_xslt_testplugin_la_CFLAGS = -DMODULE_COMPILE $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c xmlsoft_org_xslt_testplugin_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) -xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version -rpath $(plugindir) +xmlsoft_org_xslt_testplugin_la_LDFLAGS = -module -avoid-version $(WIN32_EXTRA_LDFLAGS) -rpath $(plugindir) all: -- 1.7.1