diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-05-13 21:35:06 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-05-13 21:41:08 +0800 |
commit | 74857dc13698763b8136092ba4267802fe53a399 (patch) | |
tree | eac599d197597170da15bc1abe0e8f16e60dfd30 /e-util/Makefile.am | |
parent | 0b60ec7c89f99eaf4ac8c655ed953d705cf034c3 (diff) | |
download | gsoc2013-evolution-74857dc13698763b8136092ba4267802fe53a399.tar.gz gsoc2013-evolution-74857dc13698763b8136092ba4267802fe53a399.tar.zst gsoc2013-evolution-74857dc13698763b8136092ba4267802fe53a399.zip |
Initial implementation of setting evolution as default mail client and mailto handler.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index e6e3637a43..a258c64f01 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -4,7 +4,7 @@ ecpsdir = $(privdatadir)/ecps ruledir = $(privdatadir) if OS_WIN32 -PLATFORM_SOURCES = e-win32-reloc.c +PLATFORM_SOURCES = e-win32-reloc.c e-win32-defaults.c e-win32-defaults.h endif privsolib_LTLIBRARIES = libeutil.la libeconduit.la |