aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Sheng <hao.sheng@sun.com>2004-03-15 16:15:53 +0800
committerYuedong Du <york@src.gnome.org>2004-03-15 16:15:53 +0800
commitebe8e07f5d7572468fa13323b100d3104f6258ed (patch)
treeec6877208734da27c808fe37a23c45e62f11f6e5
parentde0e4b4b3253aa31e175cf4be8382d4bbc6101d7 (diff)
downloadgsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar.gz
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar.bz2
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar.lz
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar.xz
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.tar.zst
gsoc2013-evolution-ebe8e07f5d7572468fa13323b100d3104f6258ed.zip
svn path=/trunk/; revision=25062
2004-03-15 Hao Sheng <hao.sheng@sun.com> * a11y/addressbook/Makefile.am: * a11y/calendar/Makefile.am: svn path=/trunk/; revision=25062
-rw-r--r--ChangeLog5
-rw-r--r--a11y/addressbook/Makefile.am1
-rw-r--r--a11y/calendar/Makefile.am1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da1a8547a8..b229bc0b4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-15 Hao Sheng <hao.sheng@sun.com>
+
+ * a11y/addressbook/Makefile.am:
+ * a11y/calendar/Makefile.am:
+
2004-03-15 Hao sheng <hao.sheng@sun.com>
* configure.in: add a11y/addressbook/Makefile
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 \