From b6593c64bf98b4b8800a08e6c7e042930bd39a92 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 17 Jun 2005 23:42:37 +0000 Subject: Remove stray trailing slash from -I path, confuses gcc on Win32. 2005-06-18 Tor Lillqvist * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. svn path=/trunk/; revision=29527 --- a11y/ChangeLog | 5 +++++ a11y/e-text/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'a11y') 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 + + * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from + -I path, confuses gcc on Win32. + 2005-04-22 Li Yuan * 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) \ -- cgit