mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Fix srcdir != builddir builds. (#156447, Thomas Fitzsimmons)
2004-10-27 Matthias Clasen <mclasen@redhat.com> * Makefile.am (gobjectalias.h): Fix srcdir != builddir builds. (#156447, Thomas Fitzsimmons)
This commit is contained in:
parent
b5e4a809fa
commit
1cb5534a51
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am (galias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am (galias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am (galias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am (galias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/Makefile.am (galias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
|
||||||
|
|
||||||
* configure.in: Added 'or' to ALL_LINGUAS.
|
* configure.in: Added 'or' to ALL_LINGUAS.
|
||||||
|
@ -17,7 +17,7 @@ glib.def: glib.symbols
|
|||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/\t/') > glib.def
|
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/\t/') > glib.def
|
||||||
|
|
||||||
galias.h: glib.symbols
|
galias.h: glib.symbols
|
||||||
./makegalias.pl < $(srcdir)/glib.symbols > galias.h
|
$(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TESTS = abicheck.sh
|
TESTS = abicheck.sh
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.am (gobjectalias.h): Fix srcdir != builddir
|
||||||
|
builds. (#156447, Thomas Fitzsimmons)
|
||||||
|
|
||||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* abicheck.sh: Don't include symbols which are just in the
|
* abicheck.sh: Don't include symbols which are just in the
|
||||||
|
@ -17,7 +17,7 @@ gobject.def: gobject.symbols
|
|||||||
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/\t/' | sort) > gobject.def
|
(echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/\t/' | sort) > gobject.def
|
||||||
|
|
||||||
gobjectalias.h: gobject.symbols
|
gobjectalias.h: gobject.symbols
|
||||||
./makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
TESTS = abicheck.sh
|
TESTS = abicheck.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user