diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-06-30 17:30:21 +0100 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-07-07 15:47:02 -0400 |
commit | 0388646bdba5f91bb6bb509f5a1c6e9e3f068555 (patch) | |
tree | 864c997fcfe9e1730972ed839d238c423168dd55 /.gitignore | |
parent | 9981969d7dc14d6eb67389b56c37194938841c61 (diff) |
build: Add GObject introspection support
This bumps our autoconf requirement to 2.62 (from 2.59c) and disables
automake portability warnings.
It does not introduce a hard dependency on gobject-introspection; but if
available, it requires version 1.30.0. Support can be enabled with
--enable-introspection, and is required to make distcheck.
The generated introspection file has not been checked thoroughly, and
may expose internal symbols. A lot of new annotations are needed to make
many of the symbols usable.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ agent/test-fallback agent/test-fullmode agent/test-restart agent/test-thread +agent/Nice-*.gir +agent/Nice-*.typelib # stun/ stuff |