summaryrefslogtreecommitdiff
path: root/gobject/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-27 04:42:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-27 04:42:51 +0000
commit1cb5534a51ff533d46eab4caf7e0b419d2442c11 (patch)
treec3104c6527f7fade33c64b802873456efb275228 /gobject/Makefile.am
parentb5e4a809fa1956f13e05dc8e80600ffe4b8f1842 (diff)
downloadglib-1cb5534a51ff533d46eab4caf7e0b419d2442c11.tar.gz
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)
Diffstat (limited to 'gobject/Makefile.am')
-rw-r--r--gobject/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index fadbf1c52..f7a9f6309 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -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