diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 07:44:25 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 07:44:25 +0800 |
commit | 927d1658f64c2507e331685d931d08f145014a03 (patch) | |
tree | 2d10b91441e429d651a278821a7f5213cb54d9ed /a11y | |
parent | b6593c64bf98b4b8800a08e6c7e042930bd39a92 (diff) | |
download | gsoc2013-evolution-927d1658f64c2507e331685d931d08f145014a03.tar.gz gsoc2013-evolution-927d1658f64c2507e331685d931d08f145014a03.tar.zst gsoc2013-evolution-927d1658f64c2507e331685d931d08f145014a03.zip |
Remove stray trailing slash from -I path, confuses gcc on Win32.
2005-06-18 Tor Lillqvist <tml@novell.com>
* e-table/Makefile.am (INCLUDES): Remove stray trailing slash from
-I path, confuses gcc on Win32.
svn path=/trunk/; revision=29528
Diffstat (limited to 'a11y')
-rw-r--r-- | a11y/ChangeLog | 3 | ||||
-rw-r--r-- | a11y/e-table/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 1108f5286a..e2d73c0dc9 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,6 +1,7 @@ 2005-06-18 Tor Lillqvist <tml@novell.com> - * e-text/Makefile.am (INCLUDES): Remove stray trailing slash from + * e-text/Makefile.am (INCLUDES) + * e-table/Makefile.am (INCLUDES): Remove stray trailing slash from -I path, confuses gcc on Win32. 2005-04-22 Li Yuan <li.yuan@sun.com> 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) \ |