view pidgin/pixmaps/emotes/none/Makefile.am @ 17621:bbd92ee894f2

Fixed a bug in the XMPP parser involving event handlers that replace the xmlnode packet. This caused double frees in this situation. The replacing function must free the xmlnode, since multiple event handlers could do this, and the intermediate xml trees would leak otherwise.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 03 Jul 2007 23:51:26 +0000
parents 92821180bded
children e4b2cbc246da
line wrap: on
line source

pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
pidginsmileypix_in_files = none.theme.in
pidginsmileypix_DATA = theme

theme: none.theme.in
	sed -e 's/^_Name=/Name=/' \
	    -e 's/^_Description=/Description=/' \
	    -e 's/^_Author=/Author=/' \
	$< > $@

EXTRA_DIST = $(pidginsmileypix_DATA) \
	$(pidginsmileypix_in_files) \
	Makefile.mingw