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
This commit is contained in:
Anthony Minessale 2006-03-06 00:52:45 +00:00
parent ce0bd79277
commit 0076a0a45f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
LDFLAGS += -lportaudio -L$(PREFIX)/lib
LDFLAGS += -lportaudio -L$(PREFIX)
MYOBJS = pablio.o ringbuffer.o
all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN)