From d426647b9dc2e98bd65823aebdd554ca6620313a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 18:43:07 +0100 Subject: [PATCH] Fix EXTRA_DIST. --- .gitignore | 1 + Makefile.am | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 774456b..0cea7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,6 @@ Makefile.in /qemu-sanity-check.1 /qemu-sanity-check.pod /qemu-sanity-check.spec +/qemu-sanity-check-*.tar.gz /stamp-h1 /test-driver diff --git a/Makefile.am b/Makefile.am index 38dd3cc..b3b5f3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,14 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ + .gitignore \ + qemu-sanity-check.1 \ qemu-sanity-check.in \ - qemu-sanity-check.pod + qemu-sanity-check.pod \ + qemu-sanity-check.pod.in \ + qemu-sanity-check.spec \ + sleeper \ + $(TESTS) CLEANFILES = qemu-sanity-check -- 1.8.3.1