From 0492f50834d51e9f06b91baad496bef08621436f Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 25 Apr 2012 18:05:23 +0100 Subject: [PATCH] Fixes for make dist cogl-handle.h was being listed in the sources but it has been removed so the dist would not work. Also the micro-perf directory under tests was not listed in DIST_SUBDIRS so it would be skipped. This patch was written by Rico Tzschichholz. Reviewed-by: Neil Roberts (cherry picked from commit fb96716aaffd72a00461ce4dd8496904de0bb1ff) --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 82cde7b45..f13c8a181 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = conform micro-perf data -DIST_SUBDIRS = conform data +DIST_SUBDIRS = conform micro-perf data EXTRA_DIST = README