fix -L so we don't have to use DYLD anymore nor symlink it

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@754 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-05 23:55:45 +00:00
parent cbdfe1f72f
commit 95bbc9e70a

View File

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