summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--ccode/Makefile.am2
-rw-r--r--codegen/Makefile.am2
-rw-r--r--vala/Makefile.am2
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 = \