summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/speex/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-28 02:20:14 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-28 02:20:14 +0200
commit1568fcc979a944584a1d23f6191efce55aa75b42 (patch)
treeec54638356c148381461cfe1cd50fe1c0884bf64 /src/pulsecore/speex/Makefile
parent98c26b179d7d5dd331bbc77288901983246d84dc (diff)
get rid of our internal copy of the speex resampler. Instead, link against a system-installes libspeexdsp
Diffstat (limited to 'src/pulsecore/speex/Makefile')
-rw-r--r--src/pulsecore/speex/Makefile13
1 files changed, 0 insertions, 13 deletions
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