summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-06-26 23:03:14 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-06-26 23:03:14 +0000
commit3a33257734c9e1304b9c76167399eea6d8dd7732 (patch)
treee768eefac06366b1ff9d700adb9a5ef4fcded64c /modules
parent0b9ecebca08cb7f860a191810a2c5d687c1b280c (diff)
downloadpango-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.am2
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