comparison plugins/Makefile.am @ 9215:6b96a5a13e68

[gaim-migrate @ 10011] fix extplacement, and include it in distribution committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 06 Jun 2004 16:41:02 +0000
parents 8da67bfea813
children 7de819b5ed68
comparison
equal deleted inserted replaced
9214:01fb8569e4d6 9215:6b96a5a13e68
16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \
17 $(PERL_DIR) $(TCL_DIR) ssl ticker 17 $(PERL_DIR) $(TCL_DIR) ssl ticker
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 history_la_LDFLAGS = -module -avoid-version 22 extplacement_la_LDFLAGS = -module -avoid-version
23 iconaway_la_LDFLAGS = -module -avoid-version 23 history_la_LDFLAGS = -module -avoid-version
24 idle_la_LDFLAGS = -module -avoid-version 24 iconaway_la_LDFLAGS = -module -avoid-version
25 notify_la_LDFLAGS = -module -avoid-version 25 idle_la_LDFLAGS = -module -avoid-version
26 relnot_la_LDFLAGS = -module -avoid-version 26 notify_la_LDFLAGS = -module -avoid-version
27 spellchk_la_LDFLAGS = -module -avoid-version 27 relnot_la_LDFLAGS = -module -avoid-version
28 statenotify_la_LDFLAGS = -module -avoid-version 28 spellchk_la_LDFLAGS = -module -avoid-version
29 timestamp_la_LDFLAGS = -module -avoid-version 29 statenotify_la_LDFLAGS = -module -avoid-version
30 timestamp_la_LDFLAGS = -module -avoid-version
30 31
31 if PLUGINS 32 if PLUGINS
32 33
33 plugin_LTLIBRARIES = \ 34 plugin_LTLIBRARIES = \
34 autorecon.la \ 35 autorecon.la \
35 history.la \ 36 extplacement.la \
36 iconaway.la \ 37 history.la \
37 idle.la \ 38 iconaway.la \
38 notify.la \ 39 idle.la \
39 relnot.la \ 40 notify.la \
40 spellchk.la \ 41 relnot.la \
41 statenotify.la \ 42 spellchk.la \
43 statenotify.la \
42 timestamp.la 44 timestamp.la
43 45
44 autorecon_la_SOURCES = autorecon.c 46 autorecon_la_SOURCES = autorecon.c
45 history_la_SOURCES = history.c 47 extplacement_la_SOURCES = extplacement.c
46 iconaway_la_SOURCES = iconaway.c 48 history_la_SOURCES = history.c
47 idle_la_SOURCES = idle.c 49 iconaway_la_SOURCES = iconaway.c
48 notify_la_SOURCES = notify.c 50 idle_la_SOURCES = idle.c
49 relnot_la_SOURCES = relnot.c 51 notify_la_SOURCES = notify.c
50 spellchk_la_SOURCES = spellchk.c 52 relnot_la_SOURCES = relnot.c
51 statenotify_la_SOURCES = statenotify.c 53 spellchk_la_SOURCES = spellchk.c
52 timestamp_la_SOURCES = timestamp.c 54 statenotify_la_SOURCES = statenotify.c
55 timestamp_la_SOURCES = timestamp.c
53 56
54 endif # PLUGINS 57 endif # PLUGINS
55 58
56 EXTRA_DIST = \ 59 EXTRA_DIST = \
57 ChangeLog HOWTO \ 60 ChangeLog HOWTO \