diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-27 08:04:31 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-12-27 08:04:31 +0000 |
commit | bdcc354cda8859b86fea45e28419cf44ec42cd3b (patch) | |
tree | f08b34961f20e48c9ce1a56f931723a8bf114e7e /src | |
parent | 9470faf3fa4ba93ba028afa1c4f288cd221fc58a (diff) |
don't enable windres on non-win32 platforms.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1946 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
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 |