diff plugins/Makefile.am @ 7543:6373f8060d90

[gaim-migrate @ 8157] my apolgies to the translators, but i'd rather have this in untranslated than not at all, because it's uber-cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 17 Nov 2003 22:34:29 +0000
parents 79e33c8ecf16
children 3eab6ac5e4a7
line wrap: on
line diff
--- a/plugins/Makefile.am	Mon Nov 17 22:29:42 2003 +0000
+++ b/plugins/Makefile.am	Mon Nov 17 22:34:29 2003 +0000
@@ -17,6 +17,7 @@
 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
@@ -29,6 +30,7 @@
 	iconaway.la    \
 	idle.la        \
 	notify.la      \
+	relnot.la      \
 	spellchk.la    \
 	statenotify.la \
 	timestamp.la
@@ -38,6 +40,7 @@
 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