From 1199a948e49758d067f33ed6ec6096c2edd9c25e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 7 Aug 2009 11:22:49 +0200 Subject: [PATCH] Add tests to the distribution; this fixes "make distcheck". --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index f3f3940b0..3d7c4d261 100644 --- a/Makefile.am +++ b/Makefile.am @@ -455,6 +455,8 @@ endif # ENABLE_INTROSPECTION CLEANFILES += $(BUILT_SOURCES) +EXTRA_DIST += $(TESTS) + # ------------------------------------------------------------------------------ # Install and uninstall hooks # ------------------------------------------------------------------------------ -- 2.30.2