Fix out of tree build for MinGW/MSYS
authorDieter Verfaillie <dieterv@optionexplicit.be>
Sun, 18 Mar 2012 03:10:01 +0000 (23:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 18 Mar 2012 03:10:01 +0000 (23:10 -0400)
commite2b47ae9e0ff4402253c5ca854b3a5229513a12e
tree29ae35eee5ea88c12a960b1ca8401021b8f6e648
parent65d758859c8155362f8ffaebf5614a10d025f5a6
Fix out of tree build for MinGW/MSYS

When building with MinGW/MSYS with srcdir != builddir the build fails:
- to locate the generated .def files
- creating libglib-gdb.py
- creating libgobject-gdb.py

Solved this by explicitly instructing these files to be generated
in $(builddir)/...

https://bugzilla.gnome.org/show_bug.cgi?id=653167
gio/Makefile.am
glib/Makefile.am
gmodule/Makefile.am
gobject/Makefile.am