From 17e0cada452982502aec9d24a13e6eee4865b348 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Wed, 3 Jul 2013 11:59:10 +0100 Subject: [PATCH] Add -I$(top_builddir) to the cogl-gst doc include flags Otherwise make distcheck fails Reviewed-by: Robert Bragg (cherry picked from commit 70054199e983c51ff2e37b427c2a684dfc7b83ed) --- 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 36f561f21..5e5c21d95 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)