speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH 5/8] clean up the Makefile for the common source directory


From: William Hubbs
Subject: [PATCH 5/8] clean up the Makefile for the common source directory
Date: Sun, 19 Sep 2010 00:50:22 -0500

Replace the autoconf substitution with a make variable.
---
 src/common/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index be17ce9..f80f9b4 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
 noinst_LTLIBRARIES = libcommon.la
-libcommon_la_CFLAGS = @ERROR_CFLAGS@
+libcommon_la_CFLAGS = $(ERROR_CFLAGS)
 libcommon_la_CPPFLAGS = "-I$(top_srcdir)/include/"
 libcommon_la_SOURCES = fdsetconv.c
-- 
1.7.2.2




reply via email to

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