diff options
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 |