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.
This commit is contained in:
Jan Schmidt 2005-12-05 13:11:20 +00:00
parent 1ecddd21ea
commit 352dc48813
2 changed files with 10 additions and 1 deletions

View file

@ -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):

View file

@ -1,4 +1,8 @@
examples = seek scrubby
if HAVE_GTK
GTK_EXAMPLES=seek scrubby
endif
examples = $(GTK_EXAMPLES)
noinst_PROGRAMS = $(examples)