From 833a81af75c5b2303231fd3c523616176c43db40 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 6 Jun 2009 13:53:04 +0100 Subject: [PATCH] examples: Don't build the mxf example if GTK isn't present. --- tests/examples/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index b36232de6f..e68204e3f5 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -1,5 +1,5 @@ if HAVE_GTK -GTK_EXAMPLES=scaletempo +GTK_EXAMPLES=scaletempo mxf else GTK_EXAMPLES= endif @@ -10,5 +10,5 @@ else DIRECTFB_DIR= endif -SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe mxf +SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) switch shapewipe DIST_SUBDIRS= directfb switch scaletempo shapewipe mxf