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/e-text/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/e-text') 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 v1.2.3