speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] remove audio include path from tests Makefile


From: William Hubbs
Subject: [PATCH 1/2] remove audio include path from tests Makefile
Date: Fri, 17 Sep 2010 11:09:44 -0500

The tests do not use the audio subsystem, so there is no need for this
include path to be mentioned in the Makefile.
---
 src/tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 46de48e..134cd17 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -3,7 +3,7 @@ localedir = $(datadir)/locale
 inc_local = "-I$(top_srcdir)/include/"
 c_api = $(top_builddir)/src/api/c
 
-AM_CFLAGS = -I$(top_srcdir)/src/api/c -DLOCALEDIR=\"$(localedir)\" 
$(inc_local) -I../audio/
+AM_CFLAGS = -I$(top_srcdir)/src/api/c -DLOCALEDIR=\"$(localedir)\" $(inc_local)
 
 bin_PROGRAMS = long_message clibrary clibrary2 run_test connection_recovery
 
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]