From 352dc488132d77d7079db9cb5f0b6ee42a2b9823 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Dec 2005 13:11:20 +0000 Subject: [PATCH] tests/examples/seek/Makefile.am: Build fix for when gtk is not available. Original commit message from CVS: * tests/examples/seek/Makefile.am: Build fix for when gtk is not available. --- ChangeLog | 5 +++++ tests/examples/seek/Makefile.am | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d230dd..d655dd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-05 Jan Schmidt + + * tests/examples/seek/Makefile.am: + Build fix for when gtk is not available. + 2005-12-05 Andy Wingo * ext/libvisual/visual.c: (get_buffer): diff --git a/tests/examples/seek/Makefile.am b/tests/examples/seek/Makefile.am index 47f4b66..50483e7 100644 --- a/tests/examples/seek/Makefile.am +++ b/tests/examples/seek/Makefile.am @@ -1,4 +1,8 @@ -examples = seek scrubby +if HAVE_GTK +GTK_EXAMPLES=seek scrubby +endif + +examples = $(GTK_EXAMPLES) noinst_PROGRAMS = $(examples) -- 2.7.4