speechd-discuss
[Top][All Lists]
Advanced

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

[PATCH 4/8] clean up the Makefile for spdsend


From: William Hubbs
Subject: [PATCH 4/8] clean up the Makefile for spdsend
Date: Sun, 19 Sep 2010 00:50:21 -0500

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

diff --git a/src/clients/spdsend/Makefile.am b/src/clients/spdsend/Makefile.am
index 0dc9eee..4c1732b 100644
--- a/src/clients/spdsend/Makefile.am
+++ b/src/clients/spdsend/Makefile.am
@@ -1,5 +1,6 @@
+## Process this file with automake to produce Makefile.in
 
 bin_PROGRAMS = spdsend
 spdsend_SOURCES = spdsend.h spdsend.c server.c client.c common.c 
-spdsend_LDADD = -lpthread @EXTRA_SOCKET_LIBS@
+spdsend_LDADD = -lpthread $(EXTRA_SOCKET_LIBS)
 
-- 
1.7.2.2




reply via email to

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