comparison src/Makefile.am @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents de3118740c87
children 59589bb7ce1e
comparison
equal deleted inserted replaced
3390:a5d356cba156 3391:412d1035d666
13 core.c \ 13 core.c \
14 dialogs.c \ 14 dialogs.c \
15 gaimrc.c \ 15 gaimrc.c \
16 gtkimhtml.c \ 16 gtkimhtml.c \
17 gtkspell.c \ 17 gtkspell.c \
18 gtkticker.c \
19 html.c \ 18 html.c \
20 idle.c \ 19 idle.c \
21 list.c \ 20 list.c \
22 md5.c \ 21 md5.c \
23 module.c \ 22 module.c \
27 prefs.c \ 26 prefs.c \
28 proxy.c \ 27 proxy.c \
29 prpl.c \ 28 prpl.c \
30 server.c \ 29 server.c \
31 sound.c \ 30 sound.c \
32 ticker.c \
33 util.c 31 util.c
34 gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 32 gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
35 gaim_applet_LDFLAGS = -export-dynamic 33 gaim_applet_LDFLAGS = -export-dynamic
36 gaim_applet_LDADD = @LDADD@ @LIBOBJS@ 34 gaim_applet_LDADD = @LDADD@ @LIBOBJS@
37 else 35 else
47 core.c \ 45 core.c \
48 dialogs.c \ 46 dialogs.c \
49 gaimrc.c \ 47 gaimrc.c \
50 gtkimhtml.c \ 48 gtkimhtml.c \
51 gtkspell.c \ 49 gtkspell.c \
52 gtkticker.c \
53 html.c \ 50 html.c \
54 idle.c \ 51 idle.c \
55 list.c \ 52 list.c \
56 md5.c \ 53 md5.c \
57 module.c \ 54 module.c \
61 prefs.c \ 58 prefs.c \
62 proxy.c \ 59 proxy.c \
63 prpl.c \ 60 prpl.c \
64 server.c \ 61 server.c \
65 sound.c \ 62 sound.c \
66 ticker.c \
67 util.c 63 util.c
68 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) 64 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
69 gaim_LDFLAGS = -export-dynamic 65 gaim_LDFLAGS = -export-dynamic
70 gaim_LDADD = @LDADD@ @LIBOBJS@ 66 gaim_LDADD = @LDADD@ @LIBOBJS@
71 endif 67 endif
82 getopt.c \ 78 getopt.c \
83 getopt.h \ 79 getopt.h \
84 getopt1.c \ 80 getopt1.c \
85 gtkimhtml.h \ 81 gtkimhtml.h \
86 gtkspell.h \ 82 gtkspell.h \
87 gtkticker.h \
88 md5.h \ 83 md5.h \
89 multi.h \ 84 multi.h \
90 prpl.h \ 85 prpl.h \
91 proxy.h \ 86 proxy.h \
92 ui.h 87 ui.h