view pidgin/pixmaps/emotes/none/Makefile.am @ 17699:2217b738a890

300 milliseconds apparently works on win32 for the SILC scheduler, let's try this everywhere else too.
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 04 Jun 2007 02:46:05 +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