diff --git a/Makefile.am b/Makefile.am index 4187322..8d5c709 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ 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 + AM_LDFLAGS += -framework Cocoa -framework CoreAudio -framework CoreMIDI -framework Carbon -framework Accelerate endif include src/libcm/Makefile.am