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:25:25 +0800 |
commit | a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb (patch) | |
tree | 62ce29bb9d818766d4932c8934c20606a435751e /e-util/Makefile.am | |
parent | 562240f36fe145498fbb8f8df0471a820e90736a (diff) | |
download | gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar.gz gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar.bz2 gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar.lz gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar.xz gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.tar.zst gsoc2013-evolution-a9b0e550c9e01f423ab45ceb3559e26c7ad98bdb.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 99f873cbd8..b22fd3a25a 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -64,6 +64,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)"\" \ |