From c09a11ef462f63753c41aab0c70866065bf3a79b Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Tue, 11 Jan 2005 20:40:46 +0000 Subject: Remove an extraneous / that was confusing gcc on Win32. 2005-01-11 Owen Taylor * modules/basic/Makefile.am (INCLUDES): Remove an extraneous / that was confusing gcc on Win32. --- modules/basic/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.1