build: Fix cogl include paths

cogl-egl-defines.h is now referenced from a public header, so we need
to include its location whenever the header is used (directly or via
cogl.h).
This commit is contained in:
Florian Müllner
2016-11-22 17:08:16 +01:00
parent c2e72823fc
commit 0aa6d9782c
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ NULL =
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/cogl \
-DCOGL_DISABLE_DEPRECATED
test_conformance_CPPFLAGS = \