comparison plugins/Makefile.am @ 14191:009db0b357b5

This is a hand-crafted commit to migrate across subversion revisions 16854:16861, due to some vagaries of the way the original renames were done. Witness that monotone can do in one revision what svn had to spread across several.
author Ethan Blanton <elb@pidgin.im>
date Sat, 16 Dec 2006 04:59:55 +0000
parents c5c14bb91c28
children
comparison
equal deleted inserted replaced
14190:366be2ce35a7 14191:009db0b357b5
1 DIST_SUBDIRS = docklet gevolution gestures mono musicmessaging perl ssl tcl ticker 1 if ENABLE_GTK
2 2
3 if BUILD_GEVOLUTION 3 if BUILD_GEVOLUTION
4 GEVOLUTION_DIR = gevolution 4 GEVOLUTION_DIR = gevolution
5 endif 5 endif # GEvolution
6 6
7 if USE_PERL 7 if USE_PERL
8 PERL_DIR = perl 8 PERL_DIR = perl
9 endif 9 endif # Perl
10
11 gtk_dirs = docklet $(GEVOLUTION_DIR) gestures musicmessaging $(PERL_DIR) ticker
12 endif # GTK
13
14 DIST_SUBDIRS = mono ssl tcl $(gtk_dirs)
10 15
11 if USE_TCL 16 if USE_TCL
12 TCL_DIR = tcl 17 TCL_DIR = tcl
13 endif 18 endif
14 19
15 if ENABLE_DBUS 20 if ENABLE_DBUS
16 DBUS_LTLIB = dbus-example.la 21 DBUS_LTLIB = dbus-example.la
17 22
23 if ENABLE_GTK
18 # Only use music messaging if dbus is enabled 24 # Only use music messaging if dbus is enabled
19 MUSICMESSAGING_DIR = musicmessaging 25 MUSICMESSAGING_DIR = musicmessaging
26 endif
20 endif 27 endif
21 28
22 if USE_MONO 29 if USE_MONO
23 MONO_DIR = mono 30 MONO_DIR = mono
24 endif 31 endif
25 32
26 SUBDIRS = \ 33 SUBDIRS = \
27 docklet \
28 $(GEVOLUTION_DIR) \
29 gestures \
30 $(MONO_DIR) \ 34 $(MONO_DIR) \
31 $(MUSICMESSAGING_DIR) \
32 $(PERL_DIR) \
33 ssl \ 35 ssl \
34 $(TCL_DIR) \ 36 $(TCL_DIR) \
35 ticker 37 $(gtk_dirs)
36 38
37 plugindir = $(libdir)/gaim 39 plugindir = $(libdir)/gaim
38 40
39 extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
40 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
41 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
42 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
43 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 41 idle_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
44 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
45 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 42 psychic_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
46 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 43 relnot_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
47 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
48 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 44 statenotify_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
49 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
50 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
51 45
52 # this can't be in a conditional otherwise automake 1.4 yells 46 # this can't be in a conditional otherwise automake 1.4 yells
53 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS) 47 dbus_example_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(DBUS_LIBS)
54 48
55 if PLUGINS 49 if PLUGINS
56 50
57 plugin_LTLIBRARIES = \ 51 if ENABLE_GTK
52 gtk_plugins = \
58 extplacement.la \ 53 extplacement.la \
59 gaimrc.la \ 54 gaimrc.la \
60 history.la \ 55 history.la \
61 iconaway.la \ 56 iconaway.la \
62 idle.la \
63 notify.la \ 57 notify.la \
64 psychic.la \
65 relnot.la \
66 spellchk.la \ 58 spellchk.la \
67 statenotify.la \
68 timestamp.la \ 59 timestamp.la \
69 timestamp_format.la \ 60 timestamp_format.la
70 $(DBUS_LTLIB) 61
71
72
73 extplacement_la_SOURCES = extplacement.c 62 extplacement_la_SOURCES = extplacement.c
74 gaimrc_la_SOURCES = gaimrc.c 63 gaimrc_la_SOURCES = gaimrc.c
75 history_la_SOURCES = history.c 64 history_la_SOURCES = history.c
76 iconaway_la_SOURCES = iconaway.c 65 iconaway_la_SOURCES = iconaway.c
66 notify_la_SOURCES = notify.c
67 spellchk_la_SOURCES = spellchk.c
68 timestamp_la_SOURCES = timestamp.c
69 timestamp_format_la_SOURCES = timestamp_format.c
70
71 extplacement_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
72 gaimrc_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
73 history_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
74 iconaway_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
75 notify_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
76 spellchk_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
77 timestamp_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
78 timestamp_format_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)
79
80 endif # ENABLE_GTK
81
82 plugin_LTLIBRARIES = \
83 idle.la \
84 psychic.la \
85 relnot.la \
86 statenotify.la \
87 $(gtk_plugins) \
88 $(DBUS_LTLIB)
89
77 idle_la_SOURCES = idle.c 90 idle_la_SOURCES = idle.c
78 notify_la_SOURCES = notify.c
79 psychic_la_SOURCES = psychic.c 91 psychic_la_SOURCES = psychic.c
80 relnot_la_SOURCES = relnot.c 92 relnot_la_SOURCES = relnot.c
81 spellchk_la_SOURCES = spellchk.c
82 statenotify_la_SOURCES = statenotify.c 93 statenotify_la_SOURCES = statenotify.c
83 timestamp_la_SOURCES = timestamp.c
84 timestamp_format_la_SOURCES = timestamp_format.c
85 94
86 if ENABLE_DBUS 95 if ENABLE_DBUS
87 96
88 CLEANFILES = dbus-example-bindings.c 97 CLEANFILES = dbus-example-bindings.c
89 dbus_example_la_SOURCES = dbus-example.c 98 dbus_example_la_SOURCES = dbus-example.c