tests: Fix make dist
authorRico Tzschichholz <ricotz@t-online.de>
Tue, 21 Feb 2012 17:45:32 +0000 (18:45 +0100)
committerRico Tzschichholz <ricotz@t-online.de>
Tue, 21 Feb 2012 17:45:32 +0000 (18:45 +0100)
tests/Makefile.am

index 8a1aa26..b6d6ebd 100644 (file)
@@ -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