1
0
Fork 0
mutter-performance-source/cogl/tests/micro-perf/Makefile.am
Florian Müllner 0aa6d9782c build: Fix cogl include paths
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).
2016-11-23 18:03:59 +01:00

24 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)