annotate plugins/ticker/Makefile.am @ 4687:283fb289c510

[gaim-migrate @ 4998] This is a new buddy list. Lots of things about it just Don't Work. I probably already know about those things, and you'd just be wasting my time in submitting a bug report about it. I decided that instead of getting it to all work perfectly before committing, that I'd get it in cvs, and slowly fix it with regular commits. That way, it's easier to keep track of things, and other developers can help. Plus, I'm getting pissed off at the buddy list and want it to die. It's kinda boring, and doing nothing but the buddy list for such a long time has just gotten me very bitter. After 0.60 is released later this week, Gaim will resume being fun. This week is going to be very stressful, though, I'm sure. Things you ought to know about this buddy list: - It crashes - It leaks - There's no way to edit the buddy list, or access offline buddies - Most of the menus and buttons and whatnot just plain ol' don't work. - Status icons are only implemented for AIM. That's mostly just because I'm lazy. As such, you may want to be wary of updating this. If you do decide to update this, you may want to learn "cvs update -D yesterday" as well :) All the art there is just placeholder art. You probably won't really have as many problems as it sounds like you will from reading this. This message is extra-negative to stress that I don't want to be bothered with complaints about something not working about it :). I'll repeat: If something doesn't work, I probably already know about it. If you want to actually help with something, I'd be delighted to have it. IM me. -s. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 10 Mar 2003 05:30:31 +0000
parents 59751fe608c5
children fcc28f5dd0c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3391
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
1 plugindir = $(libdir)/gaim
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
3399
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
3 ticker_la_LDFLAGS = -module -avoid-version
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
4
3391
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5 if PLUGINS
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6
3399
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
7 plugin_LTLIBRARIES = ticker.la
3391
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
8
3399
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
9 ticker_la_SOURCES = \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
10 gtkticker.c \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
11 gtkticker.h \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
12 ticker.c
3391
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
13
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
14 endif
412d1035d666 [gaim-migrate @ 3410]
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
15
4687
283fb289c510 [gaim-migrate @ 4998]
Sean Egan <seanegan@gmail.com>
parents: 4202
diff changeset
16 CFLAGS += $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\"
283fb289c510 [gaim-migrate @ 4998]
Sean Egan <seanegan@gmail.com>
parents: 4202
diff changeset
17
4202
59751fe608c5 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 3399
diff changeset
18
3399
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
19 INCLUDES = \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
20 -I$(top_srcdir) \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
21 -I$(top_srcdir)/src \
8d211ff092cb [gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents: 3391
diff changeset
22 -DVERSION=\"$(VERSION)\"