diff options
author | Jody Goldberg <jody@gnome.org> | 2005-07-27 07:00:01 +0800 |
---|---|---|
committer | Jody Goldberg <jody@src.gnome.org> | 2005-07-27 07:00:01 +0800 |
commit | 66058f52b747469cba163c483a9cf3af23044155 (patch) | |
tree | 255cc68a95cb7060f123ce05fd93083edc13052d /composer/Makefile.am | |
parent | 2cf7a28ecc4166dfe98b758676b2827e14a1c0eb (diff) | |
download | gsoc2013-evolution-66058f52b747469cba163c483a9cf3af23044155.tar.gz gsoc2013-evolution-66058f52b747469cba163c483a9cf3af23044155.tar.zst gsoc2013-evolution-66058f52b747469cba163c483a9cf3af23044155.zip |
Fix build breakage due to extra whitespace after a backslash.
2005-07-26 Jody Goldberg <jody@gnome.org>
* Makefile.am : Fix build breakage due to extra whitespace after a
backslash.
svn path=/trunk/; revision=29894
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |