# HG changeset patch # User Nathan Walp # Date 1086540062 0 # Node ID 6b96a5a13e684020730e0d2bc469b9bb84a8a722 # Parent 01fb8569e4d6f8748d7460ed3c2413072c0d9c99 [gaim-migrate @ 10011] fix extplacement, and include it in distribution committer: Tailor Script diff -r 01fb8569e4d6 -r 6b96a5a13e68 plugins/Makefile.am --- a/plugins/Makefile.am Sun Jun 06 14:58:39 2004 +0000 +++ b/plugins/Makefile.am Sun Jun 06 16:41:02 2004 +0000 @@ -18,38 +18,41 @@ plugindir = $(libdir)/gaim -autorecon_la_LDFLAGS = -module -avoid-version -history_la_LDFLAGS = -module -avoid-version -iconaway_la_LDFLAGS = -module -avoid-version -idle_la_LDFLAGS = -module -avoid-version -notify_la_LDFLAGS = -module -avoid-version -relnot_la_LDFLAGS = -module -avoid-version -spellchk_la_LDFLAGS = -module -avoid-version -statenotify_la_LDFLAGS = -module -avoid-version -timestamp_la_LDFLAGS = -module -avoid-version +autorecon_la_LDFLAGS = -module -avoid-version +extplacement_la_LDFLAGS = -module -avoid-version +history_la_LDFLAGS = -module -avoid-version +iconaway_la_LDFLAGS = -module -avoid-version +idle_la_LDFLAGS = -module -avoid-version +notify_la_LDFLAGS = -module -avoid-version +relnot_la_LDFLAGS = -module -avoid-version +spellchk_la_LDFLAGS = -module -avoid-version +statenotify_la_LDFLAGS = -module -avoid-version +timestamp_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = \ - autorecon.la \ - history.la \ - iconaway.la \ - idle.la \ - notify.la \ - relnot.la \ - spellchk.la \ - statenotify.la \ + autorecon.la \ + extplacement.la \ + history.la \ + iconaway.la \ + idle.la \ + notify.la \ + relnot.la \ + spellchk.la \ + statenotify.la \ timestamp.la -autorecon_la_SOURCES = autorecon.c -history_la_SOURCES = history.c -iconaway_la_SOURCES = iconaway.c -idle_la_SOURCES = idle.c -notify_la_SOURCES = notify.c -relnot_la_SOURCES = relnot.c -spellchk_la_SOURCES = spellchk.c -statenotify_la_SOURCES = statenotify.c -timestamp_la_SOURCES = timestamp.c +autorecon_la_SOURCES = autorecon.c +extplacement_la_SOURCES = extplacement.c +history_la_SOURCES = history.c +iconaway_la_SOURCES = iconaway.c +idle_la_SOURCES = idle.c +notify_la_SOURCES = notify.c +relnot_la_SOURCES = relnot.c +spellchk_la_SOURCES = spellchk.c +statenotify_la_SOURCES = statenotify.c +timestamp_la_SOURCES = timestamp.c endif # PLUGINS diff -r 01fb8569e4d6 -r 6b96a5a13e68 plugins/extplacement.c --- a/plugins/extplacement.c Sun Jun 06 14:58:39 2004 +0000 +++ b/plugins/extplacement.c Sun Jun 06 16:41:02 2004 +0000 @@ -22,6 +22,7 @@ #include "internal.h" #include "conversation.h" +#include "gtkplugin.h" static void conv_placement_last_created_win_split(GaimConversation *conv)