[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
- [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 <=
- [PATCH 5/8] clean up the Makefile for the common source directory, William Hubbs, 2010/09/19
- [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