summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan.schmidt@sun.com>2009-06-06 13:53:04 +0100
committerJan Schmidt <jan.schmidt@sun.com>2009-06-06 13:53:04 +0100
commit833a81af75c5b2303231fd3c523616176c43db40 (patch)
treecc132b5733d0b6267755d8604126c7188c40426e
parent10e4d6c74d0b456541d2d5359af4d04d005a2ebc (diff)
examples: Don't build the mxf example if GTK isn't present.
-rw-r--r--tests/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
index b36232de6..e68204e3f 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