[vala] vapigen: Do not doubly-link to the static libgee
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] vapigen: Do not doubly-link to the static libgee
- Date: Wed, 8 Jul 2009 13:32:51 +0000 (UTC)
commit 025ddf837d6d549bed508863e0925b3f26631e5b
Author: Mark Lee <marklee src gnome org>
Date: Sun Jun 7 23:58:49 2009 -0700
vapigen: Do not doubly-link to the static libgee
In the Vala Team PPA, it was reported that the vapigen binary did not run,
due to the fact that Gee classes were being registered multiple times. The
problem was fixed by removing the explicit reference to libgee in LDADD, as
it is already included via libvala.
Fixes bug 585120.
vapigen/Makefile.am | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am
index 55fb4e1..43b6ee8 100644
--- a/vapigen/Makefile.am
+++ b/vapigen/Makefile.am
@@ -52,14 +52,12 @@ vapicheck.vala.stamp: $(vapicheck_VALASOURCES)
vapigen_LDADD = \
$(GLIB_LIBS) \
- ../gee/libgee.la \
../codegen/libvala.la \
../gobject-introspection/libgidl.la \
$(NULL)
vapicheck_LDADD = \
$(GLIB_LIBS) \
- ../gee/libgee.la \
../codegen/libvala.la \
../gobject-introspection/libgidl.la \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]