Fix gio tests makefile for W32
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 19 Jan 2013 07:50:28 +0000 (11:50 +0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 05:25:27 +0000 (00:25 -0500)
commitb1e02c7e32b40bd9e202fd4e14f046041ae0258b
tree4d3a44fc7473c7a3aec84121865f0bb98eb2be3b
parent59372663f2ed57b60de7cbf2a3241cf9d7adbbea
Fix gio tests makefile for W32

While compiling, libtool will say that undefined symbols are not allowed, and
will refuse to make you a dll. This is only one line, easy to miss. And it
doesn't prevent `make' from completing successfully.

The code this patch adds is from other Makefile.am files that use
$(no_undefined). It's absence in gio is, most likely, an oversight.

Fixes #692058
gio/tests/Makefile.am