pidgin/purple-plugin-pack

LD_FLAGS isn't used for dynamic libraries to link to!
org.guifications.plugins
2008-05-04, grim
fdd1df212060
Parents 22fd0d56515c
Children 886c8e708812
LD_FLAGS isn't used for dynamic libraries to link to!
--- a/switchspell/Makefile.am Sun May 04 04:30:02 2008 -0400
+++ b/switchspell/Makefile.am Sun May 04 04:30:24 2008 -0400
@@ -5,8 +5,7 @@
if BUILD_SWITCH_SPELL
switchspelldir = $(PIDGIN_LIBDIR)
-switchspell_la_LDFLAGS = -module -avoid-version \
- $(GTKSPELL_LIBS)
+switchspell_la_LDFLAGS = -module -avoid-version
if HAVE_PIDGIN
@@ -18,6 +17,7 @@
switchspell_la_LIBADD = \
$(ASPELL_LIBS) \
$(GTK_LIBS) \
+ $(GTKSPELL_LIBS) \
$(PIDGIN_LIBS)
endif # PIDGIN