From 66058f52b747469cba163c483a9cf3af23044155 Mon Sep 17 00:00:00 2001 From: Jody Goldberg Date: Tue, 26 Jul 2005 23:00:01 +0000 Subject: Fix build breakage due to extra whitespace after a backslash. 2005-07-26 Jody Goldberg * Makefile.am : Fix build breakage due to extra whitespace after a backslash. svn path=/trunk/; revision=29894 --- composer/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer/Makefile.am') diff --git a/composer/Makefile.am b/composer/Makefile.am index c8c5f58239..64ea51d3d2 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -40,7 +40,7 @@ noinst_LTLIBRARIES = libcomposer.la INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ - -I$(top_builddir)/composer \ + -I$(top_builddir)/composer \ -I$(top_srcdir)/widgets \ -I$(top_builddir)/widgets \ -I$(top_srcdir)/widgets/misc \ -- cgit v1.2.3