summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-07-10 21:16:55 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-11 18:32:54 +0000
commit596216532d73e8fce49c607daa2be105f77f3eb3 (patch)
tree063e55f6c0208e9aea810255cb0686d7e6508577
parent11c9d124d7d0b80a076046f69495d5b7d3ca5237 (diff)
downloadflatpak-596216532d73e8fce49c607daa2be105f77f3eb3.tar.gz
app: Don't distribute gdbus-codegen output in tarballs
Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #1891 Approved by: alexlarsson
-rw-r--r--app/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
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)