From 927d1658f64c2507e331685d931d08f145014a03 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 17 Jun 2005 23:44:25 +0000 Subject: Remove stray trailing slash from -I path, confuses gcc on Win32. 2005-06-18 Tor Lillqvist * e-table/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. svn path=/trunk/; revision=29528 --- a11y/e-table/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a11y/e-table') 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) \ -- cgit v1.2.3