Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 6138:1894de5f7fbd
[gaim-migrate @ 6612]
make the docklet do the right thing when the accounts menu item is clicked
thanks chickenboycole
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Tue, 15 Jul 2003 14:20:13 +0000 |
| parents | b2c8e08508af |
| children | fcc28f5dd0c8 |
| 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 = \ | |
|
6077
b2c8e08508af
[gaim-migrate @ 6536]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4202
diff
changeset
|
10 docklet.h \ |
| 3510 | 11 docklet.c \ |
| 12 eggtrayicon.h \ | |
|
6077
b2c8e08508af
[gaim-migrate @ 6536]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4202
diff
changeset
|
13 eggtrayicon.c \ |
|
b2c8e08508af
[gaim-migrate @ 6536]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4202
diff
changeset
|
14 trayicon-x11.c |
| 3510 | 15 |
| 16 endif | |
| 17 | |
| 18 INCLUDES = \ | |
| 19 -I$(top_srcdir)/src \ | |
| 20 -DVERSION=\"$(VERSION)\" \ | |
|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3510
diff
changeset
|
21 -DDATADIR=\"$(datadir)\" \ |
|
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3510
diff
changeset
|
22 $(DEBUG_CFLAGS) |
