app: Don't distribute gdbus-codegen output in tarballs

Signed-off-by: Simon McVittie <smcv@collabora.com>

Closes: #1891
Approved by: alexlarsson
This commit is contained in:
Simon McVittie
2018-07-10 21:16:55 +01:00
committed by Atomic Bot
parent 11c9d124d7
commit 596216532d

View File

@@ -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)