From bdcc354cda8859b86fea45e28419cf44ec42cd3b Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 27 Dec 2007 08:04:31 +0000 Subject: don't enable windres on non-win32 platforms. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1946 ee746299-78ed-0310-b773-934348b2243d --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 47902071..15ab682c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -112,10 +112,8 @@ INCLUDES = \ -I$(includedir) \ -I$(top_srcdir)/libsylph -if HAVE_WINDRES +if NATIVE_WIN32 SYLPHEED_RES = sylpheed.res -#sylpheed.rc: -# echo "SYLPHEED ICON icons/sylpheed.ico" >$@ sylpheed.res: sylpheed.rc $(WINDRES) $< -O coff -o $@ else -- cgit v1.2.3