1
0
Fork 0

cogl-gles2/Makefile.am: Add cogl/ includedir

Otherwise cogl-egl-defines.h isn't found when building out-of-tree.
This commit is contained in:
Jonas Ådahl 2018-05-24 17:15:23 +02:00
parent 31f525d566
commit da741ead25

View file

@ -9,7 +9,9 @@ mutterlib_LTLIBRARIES = libmutter-cogl-gles2-@LIBMUTTER_API_VERSION@.la
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_builddir) -I$(top_builddir) \
-I$(top_builddir)/cogl \
$(NULL)
AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS) AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)