From 596216532d73e8fce49c607daa2be105f77f3eb3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 10 Jul 2018 21:16:55 +0100 Subject: [PATCH] app: Don't distribute gdbus-codegen output in tarballs Signed-off-by: Simon McVittie Closes: #1891 Approved by: alexlarsson --- app/Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Makefile.am.inc b/app/Makefile.am.inc index 8d84de28..2d09b84f 100644 --- a/app/Makefile.am.inc +++ b/app/Makefile.am.inc @@ -19,7 +19,6 @@ app/%-dbus-generated.h: app/%-dbus-generated.c @true # Built as a side-effect of the rules for the .c flatpak_SOURCES = \ - $(flatpak_dbus_built_sources) \ app/flatpak-main.c \ app/flatpak-builtins.h \ app/flatpak-builtins-utils.h \ @@ -70,6 +69,7 @@ flatpak_SOURCES = \ $(NULL) nodist_flatpak_SOURCES = \ + $(flatpak_dbus_built_sources) \ app/parse-datetime.c \ $(NULL)