Blame SOURCES/0236-tests-include-testsuite.h-in-the-dist-archive.patch

872084
From 42e1eae4d1b159438d6541744c4b8e058bca89b2 Mon Sep 17 00:00:00 2001
872084
From: Jakub Filak <jakub@thefilaks.net>
872084
Date: Sun, 4 Dec 2016 04:42:43 -0500
872084
Subject: [PATCH] tests: include testsuite.h in the dist archive
872084
872084
To make it possible to use those C macros in other projects.
872084
872084
Signed-off-by: Jakub Filak <jakub@thefilaks.net>
872084
872084
Conflicts:
872084
	tests/Makefile.am
872084
---
872084
 tests/Makefile.am | 7 ++++++-
872084
 1 file changed, 6 insertions(+), 1 deletion(-)
872084
872084
diff --git a/tests/Makefile.am b/tests/Makefile.am
872084
index 52dfce4c..8f18c151 100644
872084
--- a/tests/Makefile.am
872084
+++ b/tests/Makefile.am
872084
@@ -24,6 +24,11 @@ EXTRA_DIST = package.m4
872084
 ## Test suite.  ##
872084
 ## ------------ ##
872084
 
872084
+libreport_include_helpersdir = $(includedir)/libreport/helpers
872084
+libreport_include_helpers_HEADERS = \
872084
+	helpers/testsuite.h \
872084
+	helpers/testsuite_tools.h
872084
+
872084
 TESTSUITE_AT = \
872084
   local.at \
872084
   testsuite.at \
872084
@@ -60,7 +65,7 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
872084
 check_DATA = atconfig atlocal $(TESTSUITE)
872084
 DISTCLEANFILES = atconfig
872084
 EXTRA_DIST += atlocal.in conf ureport ureport-rhts-credentials \
872084
-              helpers/testsuite.h bugzilla_plugin.at.in
872084
+              bugzilla_plugin.at.in
872084
 
872084
 atconfig: $(top_builddir)/config.status
872084
 	(cd ${top_builddir} && ./config.status ${subdir}/atconfig)
872084
-- 
872084
2.17.2
872084