From 04a10c145bb11d26960e78afda49c037216ff73d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 2 Jan 2008 14:05:30 +0000 Subject: 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_ symbols alone) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95816 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'res/Makefile') 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 -- cgit v1.2.3