summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-07-13 14:59:41 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-08-03 09:26:25 +0200
commitb63c979fc9da4b5f7137b1c750f9ba6501d061c7 (patch)
treefde6c7a7394367b118a24cab935ffd8428debf9b /src/test
parent9aea94b3852fc2870492efc1d58a1b9a2b7c8c36 (diff)
downloadlibvirt-b63c979fc9da4b5f7137b1c750f9ba6501d061c7.tar.gz
meson: remove automake specific directives
EXTRA_DIST is not relevant because meson makes a git copy when creating dist archive so everything tracked by git is part of dist tarball. The remaining ones are not converted to meson files as they are automatically tracked by meson. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.inc.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/Makefile.inc.am b/src/test/Makefile.inc.am
index b84ab520bb..c209414745 100644
--- a/src/test/Makefile.inc.am
+++ b/src/test/Makefile.inc.am
@@ -8,11 +8,6 @@ TEST_DRIVER_ASSETS = test/test-screenshot.png
DRIVER_SOURCE_FILES += $(addprefix $(srcdir)/,$(TEST_DRIVER_SOURCES))
-EXTRA_DIST += \
- $(TEST_DRIVER_SOURCES) \
- $(TEST_DRIVER_ASSETS) \
- $(NULL)
-
if WITH_TEST
driver_test_asset_DATA = $(TEST_DRIVER_ASSETS)