From 548e1026e37d594fd71da405d37b7a058bf49c89 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Sun, 17 Oct 2010 08:25:27 +0530 Subject: [PATCH] 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. --- build/orc.mak => orc.mak | 0 src/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename build/orc.mak => orc.mak (100%) diff --git a/build/orc.mak b/orc.mak similarity index 100% rename from build/orc.mak rename to orc.mak diff --git a/src/Makefile.am b/src/Makefile.am index 18199e478..eeb34315e 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 \