# HG changeset patch # User msameer # Date 1130632890 25200 # Node ID 56074bfbb565ac8ff4a29e437689d93fe355ce16 # Parent bc851f6f48f2e6a1cc2260fc395b37dbf61514ff [svn] Use the conitional HAVE_FLAC so we won't try to compile it if we shouldn't. diff -r bc851f6f48f2 -r 56074bfbb565 Plugins/Input/flac/Makefile.am --- a/Plugins/Input/flac/Makefile.am Sat Oct 29 17:32:21 2005 -0700 +++ b/Plugins/Input/flac/Makefile.am Sat Oct 29 17:41:30 2005 -0700 @@ -19,6 +19,7 @@ # GNU makefile # +if HAVE_FLAC SUBDIRS = plugin_common noinst_HEADERS = \ @@ -33,6 +34,7 @@ replaygain_synthesis.h lib_LTLIBRARIES = libflac.la +endif libdir = $(plugindir)/$(INPUT_PLUGIN_DIR)