From 0076a0a45f874f2412b3846df827f534e5d48217 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 6 Mar 2006 00:52:45 +0000 Subject: [PATCH] This might fix it now with the addtion of a patch for portaudio git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@756 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_portaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_portaudio/Makefile b/src/mod/endpoints/mod_portaudio/Makefile index 96011377f0..4e14fa8e61 100644 --- a/src/mod/endpoints/mod_portaudio/Makefile +++ b/src/mod/endpoints/mod_portaudio/Makefile @@ -1,4 +1,4 @@ -LDFLAGS += -lportaudio -L$(PREFIX)/lib +LDFLAGS += -lportaudio -L$(PREFIX) MYOBJS = pablio.o ringbuffer.o all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)