aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/addressbook/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/addressbook/Makefile.am')
-rw-r--r--a11y/addressbook/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/a11y/addressbook/Makefile.am b/a11y/addressbook/Makefile.am
index 81092822f4..4d127601c3 100644
--- a/a11y/addressbook/Makefile.am
+++ b/a11y/addressbook/Makefile.am
@@ -6,7 +6,7 @@ endif
privsolib_LTLIBRARIES = libevolution-addressbook-a11y.la
-INCLUDES = \
+AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"evolution-a11y\" \
-I$(top_srcdir) \
-I$(top_srcdir)/a11y \
'>2001-09-051-1/+1 * If the store is not connected, scan it's subfolders first.Jeffrey Stedfast2001-08-271-124/+131 * We don't need to escape this for printf'ing.Peter Williams2001-08-231-14/+1 * Treat the spool provider like IMAP: update instead of performing anPeter Williams2001-08-221-2/+2 * Break most of the functionality into a separate function.Peter Williams2001-08-141-5/+21 * Free the dbkey if we found the config option.Not Zed2001-08-081-8/+9 * [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-081-1/+1 * handle null paths in the dialog so that we avoid printing NULL stringsLarry Ewing2001-08-031-1/+3 * Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-021-68/+81 * Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-13/+4 * The e_iterator_get() returns a gconstpointer and we need a non-constJeffrey Stedfast2001-06-29