summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-06-29 15:57:02 +0000
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-29 17:53:00 +0000
commitdb1b39bdae6a921629d8c2c5ea0a6aa487db4625 (patch)
treefad994bccd71fafc27896b19b306d8e9a69e6dcb
parented4dba55a3c51b5d13ce0a1cdda00b90511913ec (diff)
downloadflatpak-db1b39bdae6a921629d8c2c5ea0a6aa487db4625.tar.gz
Fix parallel builds
With the newly introduced generated sources in app/, the (parallel) GNOME ci builds were failing. Add the generated sources to BUILT_SOURCES to fix that. For good measure, also add them to CLEAN_FILES. Closes: #1843 Approved by: mwleeds
-rw-r--r--app/Makefile.am.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Makefile.am.inc b/app/Makefile.am.inc
index 941c53ed..e2ae700e 100644
--- a/app/Makefile.am.inc
+++ b/app/Makefile.am.inc
@@ -73,7 +73,8 @@ nodist_flatpak_SOURCES = \
app/parse-datetime.c: app/parse-datetime.y Makefile
$(AM_V_GEN) $(YACC) $< -o $@
-CLEANFILES += app/parse-datetime.c
+BUILT_SOURCES += $(flatpak_dbus_built_sources)
+CLEANFILES += app/parse-datetime.c $(flatpak_dbus_built_sources)
flatpak_LDADD = $(AM_LDADD) $(BASE_LIBS) $(OSTREE_LIBS) $(SOUP_LIBS) $(JSON_LIBS) $(APPSTREAM_GLIB_LIBS) \
libglnx.la libflatpak-common.la