From 14c8be5e812cf537160e3c09a7dc56c5698c3cec Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 2 Mar 2014 12:36:22 +0100 Subject: [PATCH] build: Fix missing backslashes in lists https://bugzilla.gnome.org/show_bug.cgi?id=725496 --- Makefile.am | 2 +- ccode/Makefile.am | 2 +- codegen/Makefile.am | 2 +- vala/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 4 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 = \ diff --git a/ccode/Makefile.am b/ccode/Makefile.am index 5be8d793f..eb25f9dd4 100644 --- a/ccode/Makefile.am +++ b/ccode/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS = \ BUILT_SOURCES = ccode.vala.stamp noinst_LTLIBRARIES = \ - libvalaccode.la + libvalaccode.la \ $(NULL) libvalaccode_la_VALASOURCES = \ 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 = \ 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 = \ -- 2.47.2