aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-26 15:12:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-26 15:12:37 +0000
commita22efd4c5a735c3c193b0ab02cd78ad865f59f17 (patch)
tree3da0c9bb4d6cc88ce20d2ba5ead9975dc359982c /apps/Makefile
parent3d5784cb8e688e6c9b70eeeb2bfeb3ff8e719128 (diff)
Add per-user limits to chan_sip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1223 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 0e535f690..eee14d522 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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 $@ $<