From 9ed6efc808cb57555f89f08475df70fd4f8b630b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Nov 2006 01:00:47 +0000 Subject: Fixes for building without ALSA (eg on OSX) git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1 --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 320d81a..8a63179 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,11 +22,13 @@ patchage_SOURCES = \ Driver.h \ JackDriver.h \ JackDriver.cpp \ - AlsaDriver.h \ - AlsaDriver.cpp \ PatchageFlowCanvas.h \ PatchageFlowCanvas.cpp if WITH_LASH patchage_SOURCES += LashDriver.h LashDriver.cpp endif + +if WITH_ALSA +patchage_SOURCES += AlsaDriver.h AlsaDriver.cpp +endif -- cgit v1.2.1