diff --git a/tests/micro-perf/Makefile.am b/tests/micro-perf/Makefile.am index 6171ab224..236fc5fb0 100644 --- a/tests/micro-perf/Makefile.am +++ b/tests/micro-perf/Makefile.am @@ -11,7 +11,11 @@ test_conformance_CPPFLAGS = \ -DTESTS_DATADIR=\""$(top_srcdir)/tests/data"\" -noinst_PROGRAMS = test-journal +noinst_PROGRAMS = + +if USE_GLIB +noinst_PROGRAMS += test-journal +endif AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS)