Bug 532558 - Cannot build dll when using separate builddir

2008-05-12  Tor Lillqvist  <tml@novell.com>

	Bug 532558 - Cannot build dll when using separate builddir

	* gdk/Makefile.am
	* gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
	Lindqvist.


svn path=/trunk/; revision=20097
This commit is contained in:
Tor Lillqvist
2008-05-12 08:49:08 +00:00
committed by Tor Lillqvist
parent 48fb2c0ecf
commit b372221dfd
3 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2008-05-12 Tor Lillqvist <tml@novell.com>
Bug 532558 - Cannot build dll when using separate builddir
* gdk/Makefile.am
* gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
Lindqvist.
2008-05-12 Yair Hershkovitz <yairhr@gmail.com>
* gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();