[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
- [PATCH 1/8] clean up Makefile for c api, William Hubbs, 2010/09/19
- [PATCH 2/8] clean up Makefile for audio directory, William Hubbs, 2010/09/19
- [PATCH 3/8] clean up the Makefile for spd-say, William Hubbs, 2010/09/19
- [PATCH 4/8] clean up the Makefile for spdsend, William Hubbs, 2010/09/19
- [PATCH 5/8] clean up the Makefile for the common source directory,
William Hubbs <=
- [PATCH 6/8] clean up the Makefile for the modules directory, William Hubbs, 2010/09/19
- [PATCH 7/8] clean up Makefile for server directory, William Hubbs, 2010/09/19
- [PATCH 8/8] clean up Makefile for tests directory, William Hubbs, 2010/09/19
- [PATCH 1/8] clean up Makefile for c api, Andrei Kholodnyi, 2010/09/19