Mercurial > pidgin
view plugins/docklet/Makefile.am @ 4848:e6b5cb0f2bd2
[gaim-migrate @ 5173]
Apparently trying to print a null string on SunOS x5.9 crashes Gaim.
Thanks to Taso N. Devetzis for pointing this out and suggesting a fix.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 21 Mar 2003 20:33:03 +0000 |
| parents | 59751fe608c5 |
| children | b2c8e08508af |
line wrap: on
line source
plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version if PLUGINS plugin_LTLIBRARIES = docklet.la docklet_la_SOURCES = \ docklet.c \ eggtrayicon.h \ eggtrayicon.c endif INCLUDES = \ -I$(top_srcdir)/src \ -DVERSION=\"$(VERSION)\" \ -DDATADIR=\"$(datadir)\" \ $(DEBUG_CFLAGS)
