From ac707ef642300930c2c9e7f8f707ed35f8cebb48 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 22 May 2013 10:10:50 -0700 Subject: [PATCH] Makefile.am:Search /opt/local/include,lib for preproc/library processing on OS-X build. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 44bb31a..ac8823c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,8 @@ endif endif if OS_OSX + AM_CPPFLAGS += -I/opt/local/include + AM_LDFLAGS += -L/opt/local/lib AM_LDFLAGS += -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework Carbon -framework Accelerate -framework vecLib endif