From 37e52409aa613322344fcd98cddc84644c8e5bfe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 5 Jun 2017 21:53:17 +0100 Subject: [PATCH] Don't distribute gdbus-codegen-generated source in tarballs --- tests/Makefile.am.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc index 1db5b37d..19d76b96 100644 --- a/tests/Makefile.am.inc +++ b/tests/Makefile.am.inc @@ -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 = \