comparison 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
comparison
equal deleted inserted replaced
5266:b3a03b86b09b 5267:3cd24f012091
6 6
7 SUBDIRS = docklet gestures $(PERL_DIR) ticker 7 SUBDIRS = docklet gestures $(PERL_DIR) ticker
8 8
9 plugindir = $(libdir)/gaim 9 plugindir = $(libdir)/gaim
10 10
11 autorecon_la_LDFLAGS = -module -avoid-version 11 autorecon_la_LDFLAGS = -module -avoid-version
12 iconaway_la_LDFLAGS = -module -avoid-version 12 iconaway_la_LDFLAGS = -module -avoid-version
13 notify_la_LDFLAGS = -module -avoid-version 13 notify_la_LDFLAGS = -module -avoid-version
14 spellchk_la_LDFLAGS = -module -avoid-version 14 spellchk_la_LDFLAGS = -module -avoid-version
15 history_la_LDFLAGS = -module -avoid-version 15 history_la_LDFLAGS = -module -avoid-version
16 timestamp_la_LDFLAGS = -module -avoid-version 16 timestamp_la_LDFLAGS = -module -avoid-version
17 idle_la_LDFLAGS = -module -avoid-version 17 idle_la_LDFLAGS = -module -avoid-version
18 statenotify_la_LDFLAGS = -module -avoid-version
18 19
19 if PLUGINS 20 if PLUGINS
20 21
21 plugin_LTLIBRARIES = \ 22 plugin_LTLIBRARIES = \
22 autorecon.la \ 23 autorecon.la \
23 iconaway.la \ 24 iconaway.la \
24 notify.la \ 25 notify.la \
25 spellchk.la \ 26 spellchk.la \
26 history.la \ 27 history.la \
27 timestamp.la \ 28 timestamp.la \
28 idle.la 29 idle.la \
30 statenotify.la
29 31
30 autorecon_la_SOURCES = autorecon.c 32 autorecon_la_SOURCES = autorecon.c
31 iconaway_la_SOURCES = iconaway.c 33 iconaway_la_SOURCES = iconaway.c
32 notify_la_SOURCES = notify.c 34 notify_la_SOURCES = notify.c
33 spellchk_la_SOURCES = spellchk.c 35 spellchk_la_SOURCES = spellchk.c
34 history_la_SOURCES = history.c 36 history_la_SOURCES = history.c
35 timestamp_la_SOURCES = timestamp.c 37 timestamp_la_SOURCES = timestamp.c
36 idle_la_SOURCES = idle.c 38 idle_la_SOURCES = idle.c
39 statenotify_la_SOURCES = statenotify.c
37 40
38 endif # PLUGINS 41 endif # PLUGINS
39 42
40 EXTRA_DIST = \ 43 EXTRA_DIST = \
41 ChangeLog PERL-HOWTO HOWTO SIGNALS \ 44 ChangeLog PERL-HOWTO HOWTO SIGNALS \