1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 02:02:01 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@92 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2005-12-07 16:32:47 +00:00
parent 655338b453
commit 513552692c
2 changed files with 2 additions and 3 deletions
src/mod/mod_iaxchan

@ -1,5 +1,4 @@
#CFLAGS += -I/usr/src/common/src
LDFLAGS += -liax
LDFLAGS += -liax -L/usr/local/lib
$(MOD).so: $(MOD).c
$(CC) $(CFLAGS) -fPIC -c $(MOD).c -o $(MOD).o