From ff221ba5128a14004adf5248b65f78471ab37b99 Mon Sep 17 00:00:00 2001 From: Daniel Hansel Date: Tue, 15 Oct 2013 14:13:15 +0200 Subject: [PATCH] build: Add lxc testcase to dist list Introduced by commit 3f029fb5319b9dc9cc2fbf8d1ba4505ee9e4b1e3 the RPM build was broken due to a missing LXC textcase. Signed-off-by: Daniel Hansel (cherry picked from commit 6285c17f790a7e5027aed0207fc5d9eb9130cc0e) --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index c80017998b..140ec98169 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -69,6 +69,7 @@ EXTRA_DIST = \ fchostdata \ interfaceschemadata \ lxcxml2xmldata \ + lxcxml2xmloutdata \ networkschematest \ networkxml2xmlin \ networkxml2xmlout \ -- GitLab