Blame SOURCES/Fix-distcheck.patch

8f2224
From 706494bde5c5124621006b857fc55529f9e8e0db Mon Sep 17 00:00:00 2001
8f2224
From: Simo Sorce <simo@redhat.com>
8f2224
Date: Thu, 14 May 2020 18:04:47 -0400
8f2224
Subject: [PATCH] Fix distcheck
8f2224
8f2224
Signed-off-by: Simo Sorce <simo@redhat.com>
8f2224
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
8f2224
(cherry picked from commit eb6de7e946d7ecc9292bb454d43ac05f0801adf7)
8f2224
---
8f2224
 tests/Makefile.am | 2 ++
8f2224
 1 file changed, 2 insertions(+)
8f2224
8f2224
diff --git a/tests/Makefile.am b/tests/Makefile.am
8f2224
index 70754fb..16d87e9 100644
8f2224
--- a/tests/Makefile.am
8f2224
+++ b/tests/Makefile.am
8f2224
@@ -4,12 +4,14 @@ EXTRA_DIST = \
8f2224
 	401.html \
8f2224
 	httpd.conf \
8f2224
 	index.html \
8f2224
+	localname.html \
8f2224
 	magtests.py \
8f2224
 	t_bad_acceptor_name.py \
8f2224
 	t_basic_k5_fail_second.py \
8f2224
 	t_basic_k5.py \
8f2224
 	t_basic_k5_two_users.py \
8f2224
 	t_basic_proxy.py \
8f2224
+	t_localname.py \
8f2224
 	t_hostname_acceptor.py \
8f2224
 	t_nonego.py \
8f2224
 	t_required_name_attr.py \