Mercurial > pidgin
view plugins/docklet/Makefile.am @ 13133:541486fde12b
[gaim-migrate @ 15495]
SF Patch #1419139 from Christophe Chapuis (tofe2tofe)
"Tests have been added to check if the '\' character can
be skipped in the theme.
Another test has been added to check there is no buffer
overrun while reading the smiley definition."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 06 Feb 2006 07:46:35 +0000 |
parents | cae2fb7e8594 |
children | 42e6c5e038d8 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ docklet-win32.c \ MinimizeToTray.c \ MinimizeToTray.h plugindir = $(libdir)/gaim docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS) if PLUGINS plugin_LTLIBRARIES = docklet.la docklet_la_SOURCES = \ eggtrayicon.h \ eggtrayicon.c \ docklet.h \ docklet.c \ docklet-x11.c endif AM_CPPFLAGS = \ -DDATADIR=\"$(datadir)\" \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS)