aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog5
-rw-r--r--a11y/e-text/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 3f360d626e..1108f5286a 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-18 Tor Lillqvist <tml@novell.com>
+
+ * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from
+ -I path, confuses gcc on Win32.
+
2005-04-22 Li Yuan <li.yuan@sun.com>
* calendar/ea-day-view-main-item.c:
diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am
index bfbddff088..883983e5c0 100644
--- a/a11y/e-text/Makefile.am
+++ b/a11y/e-text/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_srcdir)/widgets/ \
+ -I$(top_srcdir)/widgets \
$(EXTRA_GNOME_CFLAGS) \
$(GNOME_BONOBO_CFLAGS) \
$(GNOME_INCLUDEDIR) \