Mercurial > audlegacy
changeset 75:56074bfbb565 trunk
[svn] Use the conitional HAVE_FLAC so we won't try to compile it if we shouldn't.
author | msameer |
---|---|
date | Sat, 29 Oct 2005 17:41:30 -0700 |
parents | bc851f6f48f2 |
children | 68482044bfa0 |
files | Plugins/Input/flac/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)