Don't distribute gdbus-codegen-generated source in tarballs

tingping/wmclass
Simon McVittie 2017-06-05 21:53:17 +01:00
parent 123518143d
commit 37e52409aa
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ test_doc_portal_LDADD = \
libglnx.la \
libflatpak-common.la \
$(NULL)
test_doc_portal_SOURCES = tests/test-doc-portal.c $(xdp_dbus_built_sources)
test_doc_portal_SOURCES = tests/test-doc-portal.c
nodist_test_doc_portal_SOURCES = $(xdp_dbus_built_sources)
testlibrary_CFLAGS = $(BASE_CFLAGS)
testlibrary_LDADD = \