diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-20 21:15:11 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-20 21:15:11 +0800 |
commit | e234598bdf2afc9f722c53bd993d074cd0e0d5e1 (patch) | |
tree | 710503c31e45976db51a88199e1f991e9bef4775 /shell | |
parent | e77f659abe8b05f95c10b6e75ef1a832cffce8de (diff) | |
download | gsoc2013-evolution-e234598bdf2afc9f722c53bd993d074cd0e0d5e1.tar.gz gsoc2013-evolution-e234598bdf2afc9f722c53bd993d074cd0e0d5e1.tar.zst gsoc2013-evolution-e234598bdf2afc9f722c53bd993d074cd0e0d5e1.zip |
Give the windows version of evolution-alarm-notify a nice win32 icon
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 887eb87d39..567059e0f1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -89,7 +89,7 @@ libeshell_la_LIBADD = \ # Evolution executable if HAVE_WINDRES -EVOLUTIONICONRC = evolution-icon.o +EVOLUTIONICON = evolution-icon.o endif evolution_CPPFLAGS = \ @@ -131,7 +131,7 @@ evolution_LDADD = \ $(TZDIALOG_LIBS) \ $(SHELL_LIBS) \ $(GNOME_PLATFORM_LIBS) \ - $(EVOLUTIONICONRC) + $(EVOLUTIONICON) if OS_WIN32 evolution_LDFLAGS = -mwindows |