aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-text
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-18 07:42:37 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-06-18 07:42:37 +0800
commitb6593c64bf98b4b8800a08e6c7e042930bd39a92 (patch)
treec4357093001a7eec304d3ac02e783f874edf752f /a11y/e-text
parent889c16f34d71338cc8fa9c3f7a11d57b27b21994 (diff)
downloadgsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.gz
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.bz2
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.lz
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.xz
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.zst
gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.zip
Remove stray trailing slash from -I path, confuses gcc on Win32.
2005-06-18 Tor Lillqvist <tml@novell.com> * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. svn path=/trunk/; revision=29527
Diffstat (limited to 'a11y/e-text')
-rw-r--r--a11y/e-text/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \