# HG changeset patch # User melunko # Date 1179947105 -3600 # Node ID 4bdc21f0cfd082af7f10c6a1ae83dc3bc1379222 # Parent 2f28edb4d80464a59d36da039f307e95f91c23ac [svn r708] Fixed samples/Makefile.am to anable upnp-search only when requested in configure diff -r 2f28edb4d804 -r 4bdc21f0cfd0 gmyth/samples/Makefile.am --- a/gmyth/samples/Makefile.am Wed May 23 19:50:41 2007 +0100 +++ b/gmyth/samples/Makefile.am Wed May 23 20:05:05 2007 +0100 @@ -1,4 +1,8 @@ -bin_PROGRAMS = gmyth-cat gmyth-ls gmyth-upnp-search +bin_PROGRAMS = gmyth-cat gmyth-ls + +if HAVE_UPNP +bin_PROGRAMS += gmyth-upnp-search +endif gmyth_cat_SOURCES = \ gmyth_cat.c