[netcf-devel] [PATCH] dist: ship all test files

Eric Blake eblake at redhat.com
Thu Jan 24 21:31:24 UTC 2013


Reported by Serge Hallyn.

* tests/Makefile.am (EXTRA_DIST): Distribute recent added tests.
---

> No specific reason. Probably the proper rule was just never added to the
> makefile. I'll look if I get a chance, but if you look first, feel free
> to send a patch.

This should do it.

 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index b544c0c..641222d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,7 @@ GNULIB_CFLAGS= -I $(top_srcdir)/gnulib/lib
 AM_CFLAGS = $(NETCF_CFLAGS) $(WARN_CFLAGS) $(GNULIB_CFLAGS) \
 	$(LIBXML_CFLAGS) -I $(top_builddir)/src

-EXTRA_DIST = interface redhat
+EXTRA_DIST = debian interface redhat suse

 TESTS_ENVIRONMENT = \
   PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" \
-- 
1.8.1



More information about the netcf-devel mailing list