diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-14 22:26:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-15 04:37:17 +0800 |
commit | baea9882fcc2c3056bf610b3df5077ddbfdee558 (patch) | |
tree | 4e45c9be2b19e158af8321f3eb22fcc375272f53 /shell/Makefile.am | |
parent | 21f06130998918efef046b260cca6db150fdb42c (diff) | |
download | gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.tar.gz gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.tar.zst gsoc2013-evolution-baea9882fcc2c3056bf610b3df5077ddbfdee558.zip |
Move icon theme path setup from main() to EShell.
So Anjal picks it up.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index eacf65d18d..2dee1b2206 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -46,6 +46,7 @@ libeshell_la_CPPFLAGS = \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\" \ + -DEVOLUTION_ICONDIR=\""$(icondir)"\" \ -DEVOLUTION_MODULEDIR=\""$(moduledir)"\" \ -DEVOLUTION_RULEDIR=\""$(privdatadir)"\" \ -DEVOLUTION_UIDIR=\""$(uidir)"\" \ @@ -111,7 +112,6 @@ evolution_CPPFLAGS = \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \ -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\" \ - -DEVOLUTION_ICONDIR=\""$(icondir)"\" \ -DEVOLUTION_MODULEDIR=\""$(moduledir)"\" \ -DEVOLUTION_RULEDIR=\""$(privdatadir)"\" \ -DEVOLUTION_TOOLSDIR=\""$(privlibexecdir)"\" \ |