aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-10 19:17:16 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-10 19:18:12 +0800
commita674eab94dd55978a6fa8db1fbe57bf419377f43 (patch)
treea59c00218fc0a278c223b10594671fc72a761f41 /addressbook
parent92e1807bd758995edc6600856c3fb0a4ee546fdf (diff)
downloadgsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.gz
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.bz2
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.lz
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.xz
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.zst
gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.zip
Update win32 directory relocation and some consistency cleanup
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/widgets/Makefile.am2
-rw-r--r--addressbook/printing/Makefile.am1
2 files changed, 1 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am
index ffe064a349..511876ad0f 100644
--- a/addressbook/gui/widgets/Makefile.am
+++ b/addressbook/gui/widgets/Makefile.am
@@ -8,7 +8,7 @@ libeabwidgets_la_CPPFLAGS = \
-DG_LOG_DOMAIN=\"eab-widgets\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
- -DSEARCH_RULE_DIR=\"$(ruledir)\" \
+ -DEVOLUTION_RULEDIR=\"$(ruledir)\" \
-I$(top_srcdir) \
-I$(top_srcdir)/filter \
-I$(top_srcdir)/widgets \
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 04b72bfa4a..c315b49d0a 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -33,7 +33,6 @@ contact_print_test_CPPFLAGS = \
-DG_LOG_DOMAIN=\"addressbook-printing\" \
-I$(top_srcdir)/addressbook \
-I$(top_srcdir) \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \
$(GNOME_PLATFORM_CFLAGS) \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)