[longomatch] Fix makefiles for the tools



commit b1578d1100b72298264985fe6d376d1a5b4e60fc
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu May 30 19:58:44 2013 +0200

    Fix makefiles for the tools

 libcesarplayer/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libcesarplayer/Makefile.am b/libcesarplayer/Makefile.am
index 1a4851d..8a87a86 100644
--- a/libcesarplayer/Makefile.am
+++ b/libcesarplayer/Makefile.am
@@ -63,10 +63,10 @@ EXTRA_DIST = \
 noinst_PROGRAMS = test-capturer test-encoder test-discoverer
 
 test_capturer_SOURCES = test-capturer.c
-test_capturer_LDADD =  libcesarplayer.la
+test_capturer_LDADD =  libcesarplayer.la $(CESARPLAYER_LIBS)
 
 test_encoder_SOURCES = test-encoder.c
-test_encoder_LDADD =  libcesarplayer.la
+test_encoder_LDADD =  libcesarplayer.la $(CESARPLAYER_LIBS)
 
 test_discoverer_SOURCES = test-discoverer.c
-test_discoverer_LDADD =  libcesarplayer.la
+test_discoverer_LDADD =  libcesarplayer.la $(CESARPLAYER_LIBS)


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