diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 20:20:47 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 20:20:47 +0800 |
commit | 1a5e1620d3d28c2bf74d55cd02d258620c61d6b5 (patch) | |
tree | af3d15b3f2b4eddbf447de965454264de6caa038 /e-util/Makefile.am | |
parent | 06b16e2055ee657bc62fef96029cecb4c8483521 (diff) | |
download | gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.tar.gz gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.tar.zst gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.zip |
Relocating EVOLUTION_BINDIR which will be used in plugin
setting Evolution comme defaut mail application on windows.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 4f85b3bfd0..e6e3637a43 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -63,6 +63,7 @@ libeutil_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/widgets \ + -DEVOLUTION_BINDIR=\""$(bindir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ |