org.guifications.plugins: 05e8700199484959358e14315aa26a4f7f596fdc
grim at guifications.org
grim at guifications.org
Sat May 3 23:55:14 CDT 2008
-----------------------------------------------------------------
Revision: 05e8700199484959358e14315aa26a4f7f596fdc
Ancestor: c4c3ab7db7e719723fa1a1b5c65fa53d99d7af17
Author: grim at guifications.org
Date: 2008-05-04T04:30:24
Branch: org.guifications.plugins
Modified files:
switchspell/Makefile.am
ChangeLog:
LD_FLAGS isn't used for dynamic libraries to link to!
-----------------------------------------------------------------
This revision's diffstat output:
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------- next part --------------
============================================================
--- switchspell/Makefile.am e08fb145dc995b0a6d8d72b6ede9bdc6f0cd0fd1
+++ switchspell/Makefile.am a7f6b80398d37a5ef1f055c71b57f76073f68e44
@@ -5,8 +5,7 @@ switchspelldir = $(PIDGIN_LIBDIR)
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 = \
switchspell_la_LIBADD = \
$(ASPELL_LIBS) \
$(GTK_LIBS) \
+ $(GTKSPELL_LIBS) \
$(PIDGIN_LIBS)
endif # PIDGIN
More information about the Plugins-commits
mailing list