mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
* 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:
parent
b8827ea095
commit
ae915f8ca4
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user