[grilo] tools: Don't link against -ldl and -lpthread



commit 651197c685cd0a40c2b98fb5c6d038563cb783de
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Sep 5 12:44:28 2011 +0100

    tools: Don't link against -ldl and -lpthread
    
    The tools don't use any of the symbols defined by those library and depending
    on them should come from glib.

 tools/grilo-inspect/Makefile.am |    1 -
 tools/grilo-test-ui/Makefile.am |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tools/grilo-inspect/Makefile.am b/tools/grilo-inspect/Makefile.am
index a2cb011..653aa9a 100644
--- a/tools/grilo-inspect/Makefile.am
+++ b/tools/grilo-inspect/Makefile.am
@@ -18,7 +18,6 @@ grl_inspect_CFLAGS =		\
 	-I$(top_srcdir)/src/data
 
 grl_inspect_LDADD =	\
-	-ldl -lpthread	\
 	$(DEPS_LIBS)	\
 	$(GTK_LIBS)	\
 	$(top_builddir)/src/lib GRL_NAME@.la
diff --git a/tools/grilo-test-ui/Makefile.am b/tools/grilo-test-ui/Makefile.am
index e6169dd..a4aea7f 100644
--- a/tools/grilo-test-ui/Makefile.am
+++ b/tools/grilo-test-ui/Makefile.am
@@ -22,7 +22,6 @@ grilo_test_ui_CFLAGS =		\
 	-I$(top_srcdir)/src/data
 
 grilo_test_ui_LDADD =		\
-	-ldl -lpthread		\
 	$(DEPS_LIBS)		\
 	$(GTU_LIBS)		\
 	$(GRL_FLICKR_LIBS)	\



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