Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 5263:b476a30ef4e3
[gaim-migrate @ 5635]
(15:53:01) Paco-Paco: It does not seem safe to remove ui_data on gaim_gtk_blist_remove, this patch disables that until I can figure out what I should _really_ be doing
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 30 Apr 2003 19:54:19 +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) |
