mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
0aa6d9782c
cogl-egl-defines.h is now referenced from a public header, so we need to include its location whenever the header is used (directly or via cogl.h).
25 lines
446 B
Makefile
25 lines
446 B
Makefile
NULL =
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_builddir)/cogl \
|
|
-DCOGL_DISABLE_DEPRECATED
|
|
|
|
test_conformance_CPPFLAGS = \
|
|
-DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\"
|
|
|
|
|
|
noinst_PROGRAMS =
|
|
|
|
noinst_PROGRAMS += test-journal
|
|
|
|
AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)
|
|
|
|
common_ldadd = \
|
|
$(COGL_DEP_LIBS) \
|
|
$(top_builddir)/cogl/libmutter-cogl.la \
|
|
$(LIBM)
|
|
|
|
test_journal_SOURCES = test-journal.c
|
|
test_journal_LDADD = $(common_ldadd)
|