Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 4702:cb5b23dfd82b
[gaim-migrate @ 5013]
Started on buddy list drag-n-drop. This will be useful mostly for editing the buddy list
but I decided to sleep before doing that. You can drag a buddy into a conversation window
now, though. Which is cool. But, even that's not complete yet. I'll have fun tomorrow.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Tue, 11 Mar 2003 07:57:53 +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) |
