Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 4766:03aa36cb4e38
[gaim-migrate @ 5084]
This fixes the mobile icon for people who have +19195555555 people in
their ICQ buddy list. It makes the peep show up as a flower with the
totally sweet mobile icon symbol superimposed. I also shuffled some
lines around to get ready for the superimposition of extended ICQ
status icons. Now we just need some icons.
"What's superimposed...?"
"Have good mash pitting!"
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 14 Mar 2003 07:04:46 +0000 |
| parents | 59751fe608c5 |
| children | b2c8e08508af |
| rev | line source |
|---|---|
| 3510 | 1 plugindir = $(libdir)/gaim |
| 2 | |
| 3 docklet_la_LDFLAGS = -module -avoid-version | |
| 4 | |
| 5 if PLUGINS | |
| 6 | |
| 7 plugin_LTLIBRARIES = docklet.la | |
| 8 | |
| 9 docklet_la_SOURCES = \ | |
| 10 docklet.c \ | |
| 11 eggtrayicon.h \ | |
| 12 eggtrayicon.c | |
| 13 | |
| 14 endif | |
| 15 | |
| 16 INCLUDES = \ | |
| 17 -I$(top_srcdir)/src \ | |
| 18 -DVERSION=\"$(VERSION)\" \ | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3510
diff
changeset
|
19 -DDATADIR=\"$(datadir)\" \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3510
diff
changeset
|
20 $(DEBUG_CFLAGS) |
