tests/examples/seek/Makefile.am: Build fix for when gtk is not available.
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 5 Dec 2005 13:11:20 +0000 (13:11 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 5 Dec 2005 13:11:20 +0000 (13:11 +0000)
Original commit message from CVS:
* tests/examples/seek/Makefile.am:
Build fix for when gtk is not available.

ChangeLog
tests/examples/seek/Makefile.am

index 3d230dd..d655dd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * tests/examples/seek/Makefile.am:
+       Build fix for when gtk is not available.
+
 2005-12-05  Andy Wingo  <wingo@pobox.com>
 
        * ext/libvisual/visual.c: (get_buffer):
index 47f4b66..50483e7 100644 (file)
@@ -1,4 +1,8 @@
-examples = seek scrubby
+if HAVE_GTK
+GTK_EXAMPLES=seek scrubby
+endif
+
+examples = $(GTK_EXAMPLES)
 
 noinst_PROGRAMS = $(examples)