comparison 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
comparison
equal deleted inserted replaced
7542:ebccd555323b 7543:6373f8060d90
15 autorecon_la_LDFLAGS = -module -avoid-version 15 autorecon_la_LDFLAGS = -module -avoid-version
16 history_la_LDFLAGS = -module -avoid-version 16 history_la_LDFLAGS = -module -avoid-version
17 iconaway_la_LDFLAGS = -module -avoid-version 17 iconaway_la_LDFLAGS = -module -avoid-version
18 idle_la_LDFLAGS = -module -avoid-version 18 idle_la_LDFLAGS = -module -avoid-version
19 notify_la_LDFLAGS = -module -avoid-version 19 notify_la_LDFLAGS = -module -avoid-version
20 relnot_la_LDFLAGS = -module -avoid-version
20 spellchk_la_LDFLAGS = -module -avoid-version 21 spellchk_la_LDFLAGS = -module -avoid-version
21 statenotify_la_LDFLAGS = -module -avoid-version 22 statenotify_la_LDFLAGS = -module -avoid-version
22 timestamp_la_LDFLAGS = -module -avoid-version 23 timestamp_la_LDFLAGS = -module -avoid-version
23 24
24 if PLUGINS 25 if PLUGINS
27 autorecon.la \ 28 autorecon.la \
28 history.la \ 29 history.la \
29 iconaway.la \ 30 iconaway.la \
30 idle.la \ 31 idle.la \
31 notify.la \ 32 notify.la \
33 relnot.la \
32 spellchk.la \ 34 spellchk.la \
33 statenotify.la \ 35 statenotify.la \
34 timestamp.la 36 timestamp.la
35 37
36 autorecon_la_SOURCES = autorecon.c 38 autorecon_la_SOURCES = autorecon.c
37 history_la_SOURCES = history.c 39 history_la_SOURCES = history.c
38 iconaway_la_SOURCES = iconaway.c 40 iconaway_la_SOURCES = iconaway.c
39 idle_la_SOURCES = idle.c 41 idle_la_SOURCES = idle.c
40 notify_la_SOURCES = notify.c 42 notify_la_SOURCES = notify.c
43 relnot_la_SOURCES = relnot.c
41 spellchk_la_SOURCES = spellchk.c 44 spellchk_la_SOURCES = spellchk.c
42 statenotify_la_SOURCES = statenotify.c 45 statenotify_la_SOURCES = statenotify.c
43 timestamp_la_SOURCES = timestamp.c 46 timestamp_la_SOURCES = timestamp.c
44 47
45 endif # PLUGINS 48 endif # PLUGINS