[vala] build: Fix missing backslashes in lists



commit 14c8be5e812cf537160e3c09a7dc56c5698c3cec
Author: Stef Walter <stefw redhat com>
Date:   Sun Mar 2 12:36:22 2014 +0100

    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 12e50df..b386a11 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 5be8d79..eb25f9d 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 5a427a3..33e0c1a 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 d6df894..ee8d410 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 = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]