aboutsummaryrefslogtreecommitdiffstats
path: root/res/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 14:05:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-02 14:05:30 +0000
commit933ddf410aee42eac51dfd9f3d5e5c4a98efaf22 (patch)
treeb7166e1e0969a7109403e9f88178ff8e12022b68 /res/Makefile
parent5bdb7dc6b72e49a4e20c00ad0345baed6169cf99 (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: http://svn.digium.com/svn/asterisk/trunk@95816 f38db490-d61c-443f-a65b-d21fe96a405b
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