Commit 1ea6b1412508776b788ad6056dc9fc11fd6c7227

Pacho Ramos 2012-05-15T19:36:02

Fix undefined reference in python module For https://bugzilla.gnome.org/show_bug.cgi?id=622023 when compiled with LDFLAGS="${LDFLAGS} -Wl,-z,-defs -Wl,--no-undefined" the python module would failed due to the undefined. This add an explicit reference to python lib.