changeset 9215:6b96a5a13e68

[gaim-migrate @ 10011] fix extplacement, and include it in distribution committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 06 Jun 2004 16:41:02 +0000
parents 01fb8569e4d6
children d3e878162771
files plugins/Makefile.am plugins/extplacement.c
diffstat 2 files changed, 30 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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)