mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02: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:
committed by
Matthias Clasen
parent
b5e4a809fa
commit
1cb5534a51
@@ -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
|
||||
|
||||
gobjectalias.h: gobject.symbols
|
||||
./makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
||||
$(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
|
||||
|
||||
if OS_UNIX
|
||||
TESTS = abicheck.sh
|
||||
|
Reference in New Issue
Block a user