From e9a4fcaf5cd564076ad61fd82893cc391704984d Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 21 Feb 2012 18:45:32 +0100 Subject: tests: Fix make dist --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8a1aa26d..b6d6ebd2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/common.mk SUBDIRS = . scanner repository offsets warn -DIST_SUBDIRS = +DIST_SUBDIRS = $(SUBDIRS) if BUILD_DOCTOOL SUBDIRS += doctool else -- cgit v1.2.1