[gitg] Explicit linking in tools and tests
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Explicit linking in tools and tests
- Date: Tue, 11 Jan 2011 12:12:02 +0000 (UTC)
commit 04383adb240f6510210ea80e0b85ab8b88f9e853
Author: Jesse van den Kieboom <jesse vandenkieboom epfl ch>
Date: Mon Jan 10 11:07:36 2011 +0100
Explicit linking in tools and tests
https://bugzilla.gnome.org/show_bug.cgi?id=638050
tests/Makefile.am | 2 +-
tools/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d7ca32d..f24d44b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/gitg -I$(top_srcdir)/libgitg $(GITG_DEBUG_FLAGS) $(GITG_CFLAGS)
noinst_PROGRAMS = $(TEST_PROGS)
-progs_ldadd = $(top_builddir)/libgitg/libgitg-1.0.la
+progs_ldadd = $(top_builddir)/libgitg/libgitg-1.0.la $(PACKAGE_LIBS) $(GITG_LIBS)
TEST_PROGS = shell
shell_SOURCES = shell.c
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 7ec0d22..6a1efd3 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/gitg -I$(top_srcdir)/libgitg $(GITG_DEBUG_FLAGS) $(GITG_CFLAGS)
noinst_PROGRAMS = $(TOOLS_PROGS)
-tools_ldadd = $(top_builddir)/libgitg/libgitg-1.0.la
+tools_ldadd = $(top_builddir)/libgitg/libgitg-1.0.la $(PACKAGE_LIBS) $(GITG_LIBS)
TOOLS_PROGS = gitg-shell gitg-config
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]