Add per-user limits to chan_sip

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1223 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-07-26 15:12:37 +00:00
parent 159de43db3
commit ecf50fcee8
3 changed files with 67 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ CFLAGS+=-fPIC
all: $(APPS)
clean:
rm -f *.so *.o look
rm -f *.so *.o look .depend
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<