summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-03-02 12:36:22 +0100
committerJürg Billeter <j@bitron.ch>2014-03-02 14:04:56 +0100
commit14c8be5e812cf537160e3c09a7dc56c5698c3cec (patch)
tree5f52954f38b6a45d8effe4f8aa7b47896f990709 /vala/Makefile.am
parent5a7347ab116417f367046cf2cebd93bc69abbe87 (diff)
downloadvala-14c8be5e812cf537160e3c09a7dc56c5698c3cec.tar.gz
build: Fix missing backslashes in lists
https://bugzilla.gnome.org/show_bug.cgi?id=725496
Diffstat (limited to 'vala/Makefile.am')
-rw-r--r--vala/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am
index d6df89422..ee8d41012 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
BUILT_SOURCES = vala.vala.stamp
noinst_LTLIBRARIES = \
- libvalacore.la
+ libvalacore.la \
$(NULL)
libvalacore_la_VALASOURCES = \