1
0
Fork 0

* tests/Makefile.am (INCLUDES): Added $(top_srcdir)/clutter to the

include path. Otherwise the tests will fail to build trying to
	include "json/json-types.h" when building out-of-tree.
This commit is contained in:
Neil Roberts 2008-04-28 10:11:14 +00:00
parent b8827ea095
commit ae915f8ca4
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-04-28 Neil Roberts <neil@o-hand.com>
* tests/Makefile.am (INCLUDES): Added $(top_srcdir)/clutter to the
include path. Otherwise the tests will fail to build trying to
include "json/json-types.h" when building out-of-tree.
2008-04-28 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/eglnative/clutter-backend-egl.c:

View file

@ -17,7 +17,7 @@ if X11_TESTS
noinst_PROGRAMS += test-pixmap
endif
INCLUDES = -I$(top_srcdir)/ -I$(top_builddir)/clutter
INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/clutter -I$(top_builddir)/clutter
LDADD = $(top_builddir)/clutter/libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_MAJORMINOR@.la
AM_CFLAGS = $(CLUTTER_CFLAGS)
AM_LDFLAGS = $(CLUTTER_LIBS)