diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-16 20:28:55 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 20:28:55 -0200 |
commit | 1c457b2f60f399e09c35c7ffc973cb31760aba75 (patch) | |
tree | 97d1b3aed591e7600bf31a8ced7af854eb235fff /Makefile.am | |
parent | 87c8df4f82f29668d4d7a77893f1f7b075ad3f91 (diff) | |
download | atk-1c457b2f60f399e09c35c7ffc973cb31760aba75.tar.gz |
Make sure distcheck passed with introspection
* Require 0.6.7 of gobject-introspection
* Update the m4 copy
* Port over to use Makefile.introspection
* Make sure gobject-introspection is installed when running
distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6e0591d..a2db1de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,12 +9,13 @@ EXTRA_DIST = \ atk.pc.in \ atk.spec.in \ atk.spec \ - atk-zip.sh.in + atk-zip.sh.in \ + m4/introspection.m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = atk.pc -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection DISTCLEANFILES = \ atk-uninstalled.pc \ |