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_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)