diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-01-11 20:40:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-01-11 20:40:46 +0000 |
commit | c09a11ef462f63753c41aab0c70866065bf3a79b (patch) | |
tree | d46bf50cf82577fb44be466cc6cca21353601b6d /modules/basic | |
parent | 38365c57519cc8de5ae5105e0b3073e3c6b97aa3 (diff) | |
download | pango-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/basic')
-rw-r--r-- | modules/basic/Makefile.am | 2 |
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 |