From 5340f842494f011635d063bf8aa8eb8d462016cf Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 12 Oct 2009 20:59:01 +0200 Subject: plugins that miss dependencies will not be built configure now prints list of all plugins being processed --- plugins/sndfile/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/sndfile') diff --git a/plugins/sndfile/Makefile.am b/plugins/sndfile/Makefile.am index a92828f5..d5c7c9af 100644 --- a/plugins/sndfile/Makefile.am +++ b/plugins/sndfile/Makefile.am @@ -1,3 +1,4 @@ +if HAVE_SNDFILE sndfiledir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = sndfile.la sndfile_la_SOURCES = sndfile.c @@ -5,3 +6,4 @@ sndfile_la_LDFLAGS = -module sndfile_la_LIBADD = $(LDADD) $(SNDFILE_LIBS) AM_CFLAGS = $(CFLAGS) -std=c99 +endif -- cgit v1.2.3