diff options
author | Stef Walter <stefw@redhat.com> | 2014-03-02 12:36:22 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2014-03-02 14:04:56 +0100 |
commit | 14c8be5e812cf537160e3c09a7dc56c5698c3cec (patch) | |
tree | 5f52954f38b6a45d8effe4f8aa7b47896f990709 /Makefile.am | |
parent | 5a7347ab116417f367046cf2cebd93bc69abbe87 (diff) | |
download | vala-14c8be5e812cf537160e3c09a7dc56c5698c3cec.tar.gz |
build: Fix missing backslashes in lists
https://bugzilla.gnome.org/show_bug.cgi?id=725496
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 12e50df5b..b386a112d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -98,7 +98,7 @@ gen-ChangeLog: fi CLEANFILES = \ - libvala@PACKAGE_SUFFIX@.pc + libvala@PACKAGE_SUFFIX@.pc \ $(NULL) EXTRA_DIST = \ |