summaryrefslogtreecommitdiff
path: root/codegen/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 /codegen/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 'codegen/Makefile.am')
-rw-r--r--codegen/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/Makefile.am b/codegen/Makefile.am
index 5a427a361..33e0c1a00 100644
--- a/codegen/Makefile.am
+++ b/codegen/Makefile.am
@@ -11,7 +11,7 @@ AM_CPPFLAGS = \
BUILT_SOURCES = codegen.vala.stamp
lib_LTLIBRARIES = \
- libvala@PACKAGE_SUFFIX@.la
+ libvala@PACKAGE_SUFFIX@.la \
$(NULL)
libvala_la_VALASOURCES = \