diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-22 21:24:47 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-22 21:24:47 +0000 |
commit | d1fd7fbea2949f3e90d75342c26459578bab50d8 (patch) | |
tree | 45a57edc255c91eb5521e78d97a430b4da859e24 /gir | |
parent | da26182ec67f950157e8c72efc06770a7b5f1bf5 (diff) | |
download | gobject-introspection-d1fd7fbea2949f3e90d75342c26459578bab50d8.tar.gz |
Send in undefs/defines via writing it directly to stdin of cpp instead of
2008-08-22 Johan Dahlin <johan@gnome.org>
* gir/Makefile.am:
* giscanner/sourcescanner.py:
Send in undefs/defines via writing it directly to stdin
of cpp instead of via arguments.
svn path=/trunk/; revision=463
Diffstat (limited to 'gir')
-rw-r--r-- | gir/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am index 14be0521..e5e92396 100644 --- a/gir/Makefile.am +++ b/gir/Makefile.am @@ -66,7 +66,7 @@ girdir=$(datadir)/gir dist_gir_DATA = $(BUILT_SOURCES) %.typelib: %.gir - $(top_builddir)/tools/g-ir-compiler $< --raw -o $@ + $(top_builddir)/tools/g-ir-compiler $< -o $@ typelibsdir = $(datadir)/gitypelibs typelibs_DATA = GLib.typelib GObject.typelib Gio.typelib |