mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user