Remove stray trailing slashes from some -I options.
authorTor Lillqvist <tml@novell.com>
Sat, 13 Aug 2005 02:34:55 +0000 (02:34 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 13 Aug 2005 02:34:55 +0000 (02:34 +0000)
2005-08-13  Tor Lillqvist  <tml@novell.com>

* src/Makefile.am (INCLUDES): Remove stray trailing slashes from
some -I options.

ChangeLog
src/Makefile.am

index 772bdd1..f339713 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * libedataserver/Makefile.am: Link with SOCKET_LIBS. Use
        NO_UNDEFINED.
 
+       * src/Makefile.am (INCLUDES): Remove stray trailing slashes from
+       some -I options.
+
 2005-08-08  Harish Krishnaswamy  <kharish@novell.com>
 
        * configure.in: Update version, libtool numbers.
index 14db909..d7b146d 100644 (file)
@@ -5,8 +5,8 @@ INCLUDES =                                              \
        -DDATADIR=\"$(datadir)\"                        \
        -DLIBDIR=\"$(libdir)\"                          \
        -I$(top_srcdir)                                 \
-       -I$(top_srcdir)/addressbook/                    \
-       -I$(top_builddir)/addressbook/                  \
+       -I$(top_srcdir)/addressbook                     \
+       -I$(top_builddir)/addressbook                   \
        -I$(top_srcdir)/calendar                        \
        -I$(top_srcdir)/calendar                        \
        -I$(top_builddir)/calendar                      \