[cogl/wip/rib/cogl-1.12: 22/139] Fixes for make dist



commit 0492f50834d51e9f06b91baad496bef08621436f
Author: Neil Roberts <neil linux intel com>
Date:   Wed Apr 25 18:05:23 2012 +0100

    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 <neil linux intel com>
    
    (cherry picked from commit fb96716aaffd72a00461ce4dd8496904de0bb1ff)

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 82cde7b..f13c8a1 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]