comparison plugins/Makefile.am @ 10584:7de819b5ed68

[gaim-migrate @ 11988] Here you go Sean. Here's your interface to the gtkrc settings plugin. It's probably far from what you'd intended in a bunch of ways but it should do about what you want. Everyone feel free to tell me what they don't like about it. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 10 Feb 2005 06:35:32 +0000
parents 6b96a5a13e68
children 3f7508b1531f
comparison
equal deleted inserted replaced
10583:a4c6f8deac96 10584:7de819b5ed68
18 18
19 plugindir = $(libdir)/gaim 19 plugindir = $(libdir)/gaim
20 20
21 autorecon_la_LDFLAGS = -module -avoid-version 21 autorecon_la_LDFLAGS = -module -avoid-version
22 extplacement_la_LDFLAGS = -module -avoid-version 22 extplacement_la_LDFLAGS = -module -avoid-version
23 gaimrc_la_LDFLAGS = -module -avoid-version
23 history_la_LDFLAGS = -module -avoid-version 24 history_la_LDFLAGS = -module -avoid-version
24 iconaway_la_LDFLAGS = -module -avoid-version 25 iconaway_la_LDFLAGS = -module -avoid-version
25 idle_la_LDFLAGS = -module -avoid-version 26 idle_la_LDFLAGS = -module -avoid-version
26 notify_la_LDFLAGS = -module -avoid-version 27 notify_la_LDFLAGS = -module -avoid-version
27 relnot_la_LDFLAGS = -module -avoid-version 28 relnot_la_LDFLAGS = -module -avoid-version
32 if PLUGINS 33 if PLUGINS
33 34
34 plugin_LTLIBRARIES = \ 35 plugin_LTLIBRARIES = \
35 autorecon.la \ 36 autorecon.la \
36 extplacement.la \ 37 extplacement.la \
38 gaimrc.la \
37 history.la \ 39 history.la \
38 iconaway.la \ 40 iconaway.la \
39 idle.la \ 41 idle.la \
40 notify.la \ 42 notify.la \
41 relnot.la \ 43 relnot.la \
43 statenotify.la \ 45 statenotify.la \
44 timestamp.la 46 timestamp.la
45 47
46 autorecon_la_SOURCES = autorecon.c 48 autorecon_la_SOURCES = autorecon.c
47 extplacement_la_SOURCES = extplacement.c 49 extplacement_la_SOURCES = extplacement.c
50 gaimrc_la_SOURCES = gaimrc.c
48 history_la_SOURCES = history.c 51 history_la_SOURCES = history.c
49 iconaway_la_SOURCES = iconaway.c 52 iconaway_la_SOURCES = iconaway.c
50 idle_la_SOURCES = idle.c 53 idle_la_SOURCES = idle.c
51 notify_la_SOURCES = notify.c 54 notify_la_SOURCES = notify.c
52 relnot_la_SOURCES = relnot.c 55 relnot_la_SOURCES = relnot.c