aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
Diffstat (limited to 'a11y')
-rw-r--r--a11y/addressbook/Makefile.am1
-rw-r--r--a11y/calendar/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/a11y/addressbook/Makefile.am b/a11y/addressbook/Makefile.am
index 86d5fbe3ad..dfabdf27ba 100644
--- a/a11y/addressbook/Makefile.am
+++ b/a11y/addressbook/Makefile.am
@@ -2,6 +2,7 @@ privlib_LTLIBRARIES = libevolution-addressbook-a11y.la
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \
+ -I$(top_srcdir) \
-I$(top_srcdir)/a11y \
-I$(top_srcdir)/a11y/addressbook \
-I$(top_srcdir)/shell \
diff --git a/a11y/calendar/Makefile.am b/a11y/calendar/Makefile.am
index 478c303efd..31c8969ea7 100644
--- a/a11y/calendar/Makefile.am
+++ b/a11y/calendar/Makefile.am
@@ -35,6 +35,7 @@ privlib_LTLIBRARIES = libevolution-calendar-a11y.la
INCLUDES = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \
+ -I$(top_srcdir) \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/calendar \
-I$(top_srcdir)/calendar/cal-client \