summaryrefslogtreecommitdiff
path: root/res/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-01-02 14:05:30 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-01-02 14:05:30 +0000
commit04a10c145bb11d26960e78afda49c037216ff73d (patch)
treeb7166e1e0969a7109403e9f88178ff8e12022b68 /res/Makefile
parentc08a968cb4d2288af97b19068d941af447e51b54 (diff)
go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/Makefile')
-rw-r--r--res/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/Makefile b/res/Makefile
index 496264f0b..cfac3183a 100644
--- a/res/Makefile
+++ b/res/Makefile
@@ -47,9 +47,6 @@ ael/ael.tab.c ael/ael.tab.h:
ael/pval.o: ael/pval.c
-res_resample.so: libresample/src/resample.o libresample/src/resamplesubs.o libresample/src/filterkit.o
-
clean::
rm -f snmp/*.o
rm -f ael/*.o
- rm -f libresample/src/*.o