From 1568fcc979a944584a1d23f6191efce55aa75b42 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 28 Jun 2008 02:20:14 +0200 Subject: get rid of our internal copy of the speex resampler. Instead, link against a system-installes libspeexdsp --- src/pulsecore/speex/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/pulsecore/speex/Makefile (limited to 'src/pulsecore/speex/Makefile') diff --git a/src/pulsecore/speex/Makefile b/src/pulsecore/speex/Makefile deleted file mode 100644 index 316beb72..00000000 --- a/src/pulsecore/speex/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# This is a dirty trick just to ease compilation with emacs -# -# This file is not intended to be distributed or anything -# -# So: don't touch it, even better ignore it! - -all: - $(MAKE) -C ../.. - -clean: - $(MAKE) -C ../.. clean - -.PHONY: all clean -- cgit