comparison plugins/Makefile.am @ 5587:1c55b1540e18

[gaim-migrate @ 5991] The rest of the plugins compile. Well, the default ones. notify.c is no longer compiled by default. I don't know for sure what we're doing with this, but I didn't want to fix it :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 06:59:58 +0000
parents 3cd24f012091
children 022786c7ab53
comparison
equal deleted inserted replaced
5586:cde28f5c47d4 5587:1c55b1540e18
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 statenotify_la_LDFLAGS = -module -avoid-version
20 if PLUGINS 20 if PLUGINS
21 21
22 plugin_LTLIBRARIES = \ 22 plugin_LTLIBRARIES = \
23 autorecon.la \ 23 autorecon.la \
24 iconaway.la \ 24 iconaway.la \
25 notify.la \
26 spellchk.la \ 25 spellchk.la \
27 history.la \ 26 history.la \
28 timestamp.la \ 27 timestamp.la \
29 idle.la \ 28 idle.la \
30 statenotify.la 29 statenotify.la
31 30
31 # notify.la
32
32 autorecon_la_SOURCES = autorecon.c 33 autorecon_la_SOURCES = autorecon.c
33 iconaway_la_SOURCES = iconaway.c 34 iconaway_la_SOURCES = iconaway.c
34 notify_la_SOURCES = notify.c 35 #notify_la_SOURCES = notify.c
35 spellchk_la_SOURCES = spellchk.c 36 spellchk_la_SOURCES = spellchk.c
36 history_la_SOURCES = history.c 37 history_la_SOURCES = history.c
37 timestamp_la_SOURCES = timestamp.c 38 timestamp_la_SOURCES = timestamp.c
38 idle_la_SOURCES = idle.c 39 idle_la_SOURCES = idle.c
39 statenotify_la_SOURCES = statenotify.c 40 statenotify_la_SOURCES = statenotify.c
41 endif # PLUGINS 42 endif # PLUGINS
42 43
43 EXTRA_DIST = \ 44 EXTRA_DIST = \
44 ChangeLog PERL-HOWTO HOWTO SIGNALS \ 45 ChangeLog PERL-HOWTO HOWTO SIGNALS \
45 filectl.c mailchk.c gtik.c \ 46 filectl.c mailchk.c gtik.c \
47 raw.c events.c simple.c \
46 gaim.pl fortuneprofile.pl 48 gaim.pl fortuneprofile.pl
47 49
48 AM_CPPFLAGS = \ 50 AM_CPPFLAGS = \
49 -I$(top_srcdir)/src \ 51 -I$(top_srcdir)/src \
50 -DVERSION=\"$(VERSION)\" \ 52 -DVERSION=\"$(VERSION)\" \