aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
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