X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2FMakefile.am;h=320f1a80617f6ff676fc08add87d081cfaddaede;hp=5e6672421074f77e9a9fbe133d23073108fcb02a;hb=d01351502311c061d2747f32c4b7797b53144987;hpb=172954923222802df6f78f114a01be7b82f7857c diff --git a/src/Makefile.am b/src/Makefile.am index 5e6672421..320f1a806 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,19 @@ SUBDIRS = common gtk plugins + +if PLATFORM_WIN32 + +SYLPHEED_RES = sylpheed.res + +sylpheed.rc: + echo "SYLPHEED ICON sylpheed.ico" > sylpheed.rc + +sylpheed.res: sylpheed.rc + $(WINDRES) $< -O coff -o $@ + +endif + + bin_PROGRAMS = sylpheed sylpheed_SOURCES = \ @@ -246,6 +260,7 @@ BUILT_SOURCES = \ quote_fmt_parse.h EXTRA_DIST = \ + sylpheed.ico \ pixmaps/address_book.xpm \ pixmaps/address_search.xpm \ pixmaps/address.xpm \ @@ -346,7 +361,8 @@ sylpheed_LDADD = \ $(GPGME_LIBS) \ $(LDAP_LIBS) \ $(OPENSSL_LIBS) \ - $(LIBICONV) + $(LIBICONV) \ + $(SYLPHEED_RES) AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"Sylpheed\" \