Mercurial > pidgin
annotate plugins/docklet/Makefile.am @ 4443:00a22e2e8367
[gaim-migrate @ 4718]
Thanks to David Walluck for pointing out the incorrect comment.
And I'm commenting out the cleanlist thing until I have more time
to look at why it's crashing for Luke.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 28 Jan 2003 06:45:08 +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) |
