diff plugins/Makefile.am @ 5267:3cd24f012091

[gaim-migrate @ 5639] This neat little plugin, which may not have the best name, I dunno, what do you think? I just picked it. Anyhow, it will notify you in a conversation window when the buddy you're talking to has become away, returned from away, gone idle, or returned from idle. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 01 May 2003 07:46:09 +0000
parents 0ff6418fda05
children 1c55b1540e18
line wrap: on
line diff
--- a/plugins/Makefile.am	Thu May 01 07:41:44 2003 +0000
+++ b/plugins/Makefile.am	Thu May 01 07:46:09 2003 +0000
@@ -8,13 +8,14 @@
 
 plugindir = $(libdir)/gaim
 
-autorecon_la_LDFLAGS = -module -avoid-version
-iconaway_la_LDFLAGS  = -module -avoid-version
-notify_la_LDFLAGS    = -module -avoid-version
-spellchk_la_LDFLAGS  = -module -avoid-version
-history_la_LDFLAGS   = -module -avoid-version
-timestamp_la_LDFLAGS = -module -avoid-version
-idle_la_LDFLAGS      = -module -avoid-version
+autorecon_la_LDFLAGS   = -module -avoid-version
+iconaway_la_LDFLAGS    = -module -avoid-version
+notify_la_LDFLAGS      = -module -avoid-version
+spellchk_la_LDFLAGS    = -module -avoid-version
+history_la_LDFLAGS     = -module -avoid-version
+timestamp_la_LDFLAGS   = -module -avoid-version
+idle_la_LDFLAGS        = -module -avoid-version
+statenotify_la_LDFLAGS = -module -avoid-version
 
 if PLUGINS
 
@@ -25,15 +26,17 @@
 	spellchk.la    \
 	history.la     \
 	timestamp.la   \
-	idle.la
+	idle.la        \
+	statenotify.la
 
-autorecon_la_SOURCES = autorecon.c
-iconaway_la_SOURCES  = iconaway.c
-notify_la_SOURCES    = notify.c
-spellchk_la_SOURCES  = spellchk.c
-history_la_SOURCES   = history.c
-timestamp_la_SOURCES = timestamp.c
-idle_la_SOURCES      = idle.c
+autorecon_la_SOURCES   = autorecon.c
+iconaway_la_SOURCES    = iconaway.c
+notify_la_SOURCES      = notify.c
+spellchk_la_SOURCES    = spellchk.c
+history_la_SOURCES     = history.c
+timestamp_la_SOURCES   = timestamp.c
+idle_la_SOURCES        = idle.c
+statenotify_la_SOURCES = statenotify.c
 
 endif # PLUGINS