diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-26 23:03:14 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-26 23:03:14 +0000 |
commit | 3a33257734c9e1304b9c76167399eea6d8dd7732 (patch) | |
tree | e768eefac06366b1ff9d700adb9a5ef4fcded64c /modules | |
parent | 0b9ecebca08cb7f860a191810a2c5d687c1b280c (diff) | |
download | pango-3a33257734c9e1304b9c76167399eea6d8dd7732.tar.gz |
Drop superfluous trailing slash in -I path.
2005-06-27 Tor Lillqvist <tml@novell.com>
* modules/khmer/Makefile.am (INCLUDES): Drop superfluous trailing
slash in -I path.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/khmer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/khmer/Makefile.am b/modules/khmer/Makefile.am index d9608f3b..51cc997d 100644 --- a/modules/khmer/Makefile.am +++ b/modules/khmer/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED \ $(PANGO_DEBUG_FLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/pango/ \ + -I$(top_srcdir)/pango \ $(GLIB_CFLAGS) if PLATFORM_WIN32 |