diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 07:42:37 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 07:42:37 +0800 |
commit | b6593c64bf98b4b8800a08e6c7e042930bd39a92 (patch) | |
tree | c4357093001a7eec304d3ac02e783f874edf752f /a11y/e-text/Makefile.am | |
parent | 889c16f34d71338cc8fa9c3f7a11d57b27b21994 (diff) | |
download | gsoc2013-evolution-b6593c64bf98b4b8800a08e6c7e042930bd39a92.tar.gz 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/Makefile.am')
-rw-r--r-- | a11y/e-text/Makefile.am | 2 |
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) \ |