[PATCH 3/3] tools: Don't link against -ldl and -lpthread
- From: Damien Lespiau <damien lespiau gmail com>
- To: grilo-list menubar gnome org, grilo-list gnome org
- Cc: Damien Lespiau <damien lespiau intel com>
- Subject: [PATCH 3/3] tools: Don't link against -ldl and -lpthread
- Date: Mon, 5 Sep 2011 12:44:28 +0100
From: Damien Lespiau <damien lespiau intel com>
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) \
--
1.7.6
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]