summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2012-02-21 18:45:32 +0100
committerRico Tzschichholz <ricotz@t-online.de>2012-02-21 18:45:32 +0100
commite9a4fcaf5cd564076ad61fd82893cc391704984d (patch)
tree95fe6d58c335fcac88737f4a2577c1190b733dac
parentb274afe8d031ab928727607231ace3f1564c4772 (diff)
downloadgobject-introspection-e9a4fcaf5cd564076ad61fd82893cc391704984d.tar.gz
tests: Fix make dist
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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