[cogl] Fixes for make dist
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] Fixes for make dist
- Date: Wed, 25 Apr 2012 17:10:59 +0000 (UTC)
commit fb96716aaffd72a00461ce4dd8496904de0bb1ff
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>
cogl/Makefile.am | 1 -
doc/reference/cogl2/Makefile.am | 1 -
tests/Makefile.am | 2 +-
3 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 3503f29..dd50466 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -166,7 +166,6 @@ cogl_sources_c = \
$(srcdir)/cogl-debug-options.h \
$(srcdir)/cogl-gpu-info.c \
$(srcdir)/cogl-gpu-info-private.h \
- $(srcdir)/cogl-handle.h \
$(srcdir)/cogl-context-private.h \
$(srcdir)/cogl-context.c \
$(srcdir)/cogl-renderer-private.h \
diff --git a/doc/reference/cogl2/Makefile.am b/doc/reference/cogl2/Makefile.am
index 295d4e5..6e0c2b6 100644
--- a/doc/reference/cogl2/Makefile.am
+++ b/doc/reference/cogl2/Makefile.am
@@ -102,7 +102,6 @@ IGNORE_HFILES=\
cogl-debug.h \
cogl-defines.h \
cogl-deprecated.h \
- cogl-handle.h \
cogl-internal.h \
cogl-matrix-mesa.h \
cogl-matrix-stack.h \
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]