Some files are missing from EXTRA_DIST, causing make distcheck to fail
when tests are enabled.
---
Makefile.am | 2 ++
tests/Makefile.am | 10 ++++++++++
2 files changed, 12 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 0eba6e2..ae8b06d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@ EXTRA_DIST = $(PACKAGE).spec \
AUTHORS.in \
build-aux/check-symfile.pl \
build-aux/check-symsorting.pl \
+ tap-driver.sh \
+ tap-test \
$(NULL)
DISTCLEAN_FILES = $(PACKAGE).spec $(pkgconfig_DATA)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 041415f..63865e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,6 +19,16 @@ test_programs = test-gconfig test-events
EXTRA_DIST += \
xml/gconfig-domain.xml \
xml/gconfig-domain-clock.xml \
+ xml/gconfig-domain-cpu.xml \
+ xml/gconfig-domain-device-channel.xml \
+ xml/gconfig-domain-device-console.xml \
+ xml/gconfig-domain-device-disk.xml \
+ xml/gconfig-domain-device-graphics.xml \
+ xml/gconfig-domain-device-input.xml \
+ xml/gconfig-domain-device-network.xml \
+ xml/gconfig-domain-device-sound.xml \
+ xml/gconfig-domain-device-usbredir.xml \
+ xml/gconfig-domain-device-video.xml \
xml/gconfig-domain-os.xml \
$(NULL)
endif
--
1.8.5.3