# HG changeset patch # User Sadrul Habib Chowdhury # Date 1168302295 0 # Node ID 70ffa34b4143db87e403950db70f2db4e32516ea # Parent b6f192c01225069d16a8d2dde3bfdf7e2dd0252e [gaim-migrate @ 18093] I think this is better. committer: Tailor Script diff -r b6f192c01225 -r 70ffa34b4143 console/libgnt/wms/Makefile.am --- a/console/libgnt/wms/Makefile.am Mon Jan 08 20:57:07 2007 +0000 +++ b/console/libgnt/wms/Makefile.am Tue Jan 09 00:24:55 2007 +0000 @@ -5,8 +5,11 @@ plugindir = $(libdir)/gaim -s_la_SOURCES = s.c -s_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la +s_la_SOURCES = s.c +s_la_LIBADD = \ + $(GLIB_LIBS) \ + $(top_builddir)/console/libgnt/libgnt.la \ + $(top_builddir)/libgaim/libgaim.la EXTRA_DIST = diff -r b6f192c01225 -r 70ffa34b4143 console/libgnt/wms/s.c --- a/console/libgnt/wms/s.c Mon Jan 08 20:57:07 2007 +0000 +++ b/console/libgnt/wms/s.c Tue Jan 09 00:24:55 2007 +0000 @@ -4,7 +4,7 @@ #include "gntstyle.h" #include "gntwm.h" -#include "gntblist.h" +#include "blist.h" #include @@ -161,7 +161,7 @@ if (blist) gnt_widget_destroy(blist); else - gg_blist_show(); + gaim_blist_show(); return TRUE; }