mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
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:
committed by
Atomic Bot
parent
11c9d124d7
commit
596216532d
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user