[Cogl] [PATCH 4/5] Add -I$(top_builddir) to the cogl-gst doc include flags

Neil Roberts neil at linux.intel.com
Wed Jul 3 04:11:21 PDT 2013


Otherwise make distcheck fails
---
 doc/reference/cogl-gst/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/reference/cogl-gst/Makefile.am b/doc/reference/cogl-gst/Makefile.am
index 80f07b9..bcabf2f 100644
--- a/doc/reference/cogl-gst/Makefile.am
+++ b/doc/reference/cogl-gst/Makefile.am
@@ -82,7 +82,7 @@ expand_content_files=\
 
 AM_CPPFLAGS=\
 	-I$(top_srcdir) \
-	-I$(top_builddir)/cogl \
+	-I$(top_builddir) \
 	-DCOGL_ENABLE_EXPERIMENTAL_API \
 	$(COGL_DEP_CFLAGS) \
 	$(COGL_GST_DEP_CFLAGS)
-- 
1.7.11.3.g3c3efa5



More information about the Cogl mailing list