1
0
Fork 0

build: Add $(top_buiddir)/clutter/cogl to the include path in clutter/cogl/cogl

Some files try to include "cogl/cogl-defines-gl.h" so
$(top_builddir)/clutter/cogl needs to be in the include path for out of
tree builds to work.
This commit is contained in:
Neil Roberts 2009-10-27 12:38:10 +00:00
parent be06fe0b75
commit 67a896e5df

View file

@ -30,6 +30,7 @@ INCLUDES = \
-I$(top_srcdir)/clutter/cogl \
-I$(srcdir)/winsys \
-I$(srcdir)/driver/$(COGL_DRIVER) \
-I$(top_builddir)/clutter/cogl \
$(NULL)
# public headers