aboutsummaryrefslogtreecommitdiffstats
path: root/a11y
diff options
context:
space:
mode:
Diffstat (limited to 'a11y')
-rw-r--r--a11y/ChangeLog3
-rw-r--r--a11y/e-table/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 1108f5286a..e2d73c0dc9 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,6 +1,7 @@
2005-06-18 Tor Lillqvist <tml@novell.com>
- * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from
+ * e-text/Makefile.am (INCLUDES)
+ * e-table/Makefile.am (INCLUDES): Remove stray trailing slash from
-I path, confuses gcc on Win32.
2005-04-22 Li Yuan <li.yuan@sun.com>
diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am
index 2864265080..71ceffa68e 100644
--- a/a11y/e-table/Makefile.am
+++ b/a11y/e-table/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) \