From: <nos...@us...> - 2006-09-29 20:48:49
|
Revision: 17400 http://svn.sourceforge.net/gaim/?rev=17400&view=rev Author: nosnilmot Date: 2006-09-29 13:48:45 -0700 (Fri, 29 Sep 2006) Log Message: ----------- extplacement is a gtk plugin, so use GTK_LIBS Modified Paths: -------------- trunk/gtk/plugins/Makefile.am Modified: trunk/gtk/plugins/Makefile.am =================================================================== --- trunk/gtk/plugins/Makefile.am 2006-09-29 20:45:50 UTC (rev 17399) +++ trunk/gtk/plugins/Makefile.am 2006-09-29 20:48:45 UTC (rev 17400) @@ -27,7 +27,7 @@ plugindir = $(libdir)/gaim -extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) +extplacement_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |