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 | |
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')
-rw-r--r-- | a11y/ChangeLog | 5 | ||||
-rw-r--r-- | a11y/e-text/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
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 <tml@novell.com> + + * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from + -I path, confuses gcc on Win32. + 2005-04-22 Li Yuan <li.yuan@sun.com> * 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) \ |