diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 23:31:09 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-11 23:31:09 +0800 |
commit | 043eabadba20150827310c31de58bbe78fda726f (patch) | |
tree | 23ca93277aa750de38eccc22e0b7cdb0a4e543d7 /e-util/Makefile.am | |
parent | fc3cfd74bedf8263e497ca23200ba74d3de5961c (diff) | |
download | gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.gz gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.tar.zst gsoc2013-evolution-043eabadba20150827310c31de58bbe78fda726f.zip |
Don't relocate inexisting EVOLUTION_CATEGORY_ICONS path
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 57c29a956d..419468480e 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -61,7 +61,6 @@ libeutil_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/widgets \ - -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ @@ -167,7 +166,6 @@ libeconduit_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/widgets \ - -DEVOLUTION_CATEGORY_ICONS=\""$(imagesdir)/categories"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ |