summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-01-11 20:40:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-01-11 20:40:46 +0000
commitc09a11ef462f63753c41aab0c70866065bf3a79b (patch)
treed46bf50cf82577fb44be466cc6cca21353601b6d /modules
parent38365c57519cc8de5ae5105e0b3073e3c6b97aa3 (diff)
downloadpango-c09a11ef462f63753c41aab0c70866065bf3a79b.tar.gz
Remove an extraneous / that was confusing gcc on Win32.
2005-01-11 Owen Taylor <otaylor@redhat.com> * modules/basic/Makefile.am (INCLUDES): Remove an extraneous / that was confusing gcc on Win32.
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/Makefile.am b/modules/basic/Makefile.am
index 50bef527..ad4580f1 100644
--- a/modules/basic/Makefile.am
+++ b/modules/basic/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = \
-DG_DISABLE_DEPRECATED \
$(PANGO_DEBUG_FLAGS) \
-I$(top_srcdir) \
- -I$(top_srcdir)/pango/ \
+ -I$(top_srcdir)/pango \
$(GLIB_CFLAGS)
if PLATFORM_WIN32