From b09e276c0d8cd54ce061af5f4cf66cc704aace21 Mon Sep 17 00:00:00 2001 From: Siraj Razick Date: Tue, 24 Jan 2012 20:44:11 -0500 Subject: Produce .dll files when compiling for windows Add -no-undefined option so that .dll files are created during windows builds. --- gabble/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gabble/Makefile.am b/gabble/Makefile.am index e0ad1bf..52eddbd 100644 --- a/gabble/Makefile.am +++ b/gabble/Makefile.am @@ -9,7 +9,7 @@ plugindir = $(gabbleplugindir) plugin_LTLIBRARIES = ytstenut-gabble.la -AM_LDFLAGS = -module -avoid-version -shared +AM_LDFLAGS = -module -avoid-version -no-undefined -shared ytstenut_gabble_la_LIBADD = \ $(GABBLE_LIBS) \ -- cgit v1.2.3