27 lines
799 B
Diff
27 lines
799 B
Diff
From 6ccff130d77158005128cbf6c00267f8a386a5a2 Mon Sep 17 00:00:00 2001
|
|
From: Martin Milata <mmilata@redhat.com>
|
|
Date: Tue, 4 Nov 2014 16:22:41 +0100
|
|
Subject: [PATCH] testsuite: add tests/ureport/ to EXTRA_DIST
|
|
|
|
Otherwise make rpm fails.
|
|
---
|
|
tests/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index cda9375..1cfc206 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -49,7 +49,7 @@ TESTSUITE = $(srcdir)/testsuite
|
|
MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
|
|
check_DATA = atconfig atlocal $(TESTSUITE)
|
|
DISTCLEANFILES = atconfig
|
|
-EXTRA_DIST += atlocal.in conf
|
|
+EXTRA_DIST += atlocal.in conf ureport
|
|
|
|
atconfig: $(top_builddir)/config.status
|
|
(cd ${top_builddir} && ./config.status ${subdir}/atconfig)
|
|
--
|
|
2.1.0
|
|
|