X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Foutput%2FMakefile.am;h=abf1931526631708ebedcc8830a3348509251422;hb=681b182b6f003e91a47a098b7e8ac632315f61a6;hp=90c0520a51294c377025e984a5df8d1eb3a7088c;hpb=cd45e8e482ac37d1f222b1e8b50017c5eaa19c23;p=gedcom-parse.git diff --git a/t/output/Makefile.am b/t/output/Makefile.am index 90c0520..abf1931 100644 --- a/t/output/Makefile.am +++ b/t/output/Makefile.am @@ -3,5 +3,6 @@ # $Name$ REF_FILES := $(wildcard $(srcdir)/*.ref) +GED_FILES := $(wildcard $(srcdir)/*.ged) -EXTRA_DIST=$(REF_FILES) +EXTRA_DIST=$(REF_FILES) $(GED_FILES)