summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2010-10-17 08:25:27 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-01-31 20:24:59 +0530
commit548e1026e37d594fd71da405d37b7a058bf49c89 (patch)
tree512638bcb5c4a55594c87fec8808cfccac95f276
parentd766b38e1ba5d483ad7eec105860e9b9f7f55702 (diff)
build: Move orc.mak out of build/
That directory is commonly used by developers for out-of-tree builds, so don't keep the Makefile in there.
-rw-r--r--orc.mak (renamed from build/orc.mak)0
-rw-r--r--src/Makefile.am2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/orc.mak b/orc.mak
index 90d403a5..90d403a5 100644
--- a/build/orc.mak
+++ b/orc.mak
diff --git a/src/Makefile.am b/src/Makefile.am
index 18199e47..eeb34315 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1695,7 +1695,7 @@ module_suspend_on_idle_la_CFLAGS = $(AM_CFLAGS)
# echo-cancel module
ORC_SOURCE=modules/echo-cancel/adrian-aec-orc
-include $(top_srcdir)/build/orc.mak
+include $(top_srcdir)/orc.mak
module_echo_cancel_la_SOURCES = modules/echo-cancel/module-echo-cancel.c modules/echo-cancel/echo-cancel.h \
modules/echo-cancel/speex.c \
modules/echo-cancel/adrian-aec.c modules/echo-cancel/adrian-aec.h \