summaryrefslogtreecommitdiff
path: root/codecs/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-01-02 18:21:04 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-01-02 18:21:04 +0000
commit887103e83b48a77ff9ce34b5ae95b0cd3948269c (patch)
tree2ff66e3bb734b5ca436a8b4505357cc1df83bff5 /codecs/Makefile
parent027cb522d91bd132b6e9af8796b66d89ee6d05b2 (diff)
and now just to keep the libresample party going... if the functions from libresample are going to be in the main Asterisk binary, it makes sense for the header that defines them to be available without any special CFLAGS and to out-of-tree modules building against /usr/include/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/Makefile')
-rw-r--r--codecs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/codecs/Makefile b/codecs/Makefile
index a09f67149..d96e7cf57 100644
--- a/codecs/Makefile
+++ b/codecs/Makefile
@@ -54,5 +54,3 @@ $(LIBG722):
@$(MAKE) -C g722 all
$(if $(filter codec_g722,$(EMBEDDED_MODS)),modules.link,codec_g722.so): $(LIBG722)
-
-codec_resample.o: ASTCFLAGS+=-I$(ASTTOPDIR)/main/libresample/include