[grilo/0.1.x] tools: Don't link against -ldl and -lpthread
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo/0.1.x] tools: Don't link against -ldl and -lpthread
- Date: Wed, 7 Sep 2011 10:29:14 +0000 (UTC)
commit 7d898d2d6a3ca00796691c8ab8d73a316efa0203
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]