diff options
author | Juerg Billeter <j@bitron.ch> | 2007-11-27 20:11:22 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2007-11-27 20:11:22 +0000 |
commit | 47e40dc610e38ac2c6eb0010564d84f7bf65283d (patch) | |
tree | 29553f3921d947b87a8df6544517b09fd7900efc /gobject-introspection | |
parent | 815f47ef3075e9cae6f7dbdd283c3d19bd90d198 (diff) | |
download | vala-47e40dc610e38ac2c6eb0010564d84f7bf65283d.tar.gz |
replace deprecated INCLUDES by AM_CPPFLAGS
2007-11-27 Juerg Billeter <j@bitron.ch>
* ccode/Makefile.am, compiler/Makefile.am, gee/Makefile.am,
gen-project/Makefile.am, gobject-introspection/Makefile.am,
gobject/Makefile.am, tests/Makefile.am, vala/Makefile.am,
vapigen/Makefile.am: replace deprecated INCLUDES by AM_CPPFLAGS
svn path=/trunk/; revision=727
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/Makefile.am b/gobject-introspection/Makefile.am index 4b97a25f8..47e771fe8 100644 --- a/gobject-introspection/Makefile.am +++ b/gobject-introspection/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(NULL) |