diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2010-04-26 21:16:32 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2010-04-26 23:18:46 +0200 |
commit | 0c4a6322906ec5bfe595dda5c06ec06c29876c2c (patch) | |
tree | 3b39dcd7aa89ac3b3ec9db987210f4eec264cafd /Makefile.am | |
parent | 480b6b77465515b0293367f993ce1300a0c7cb28 (diff) | |
download | libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.gz libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.bz2 libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.zip |
Add gobject-introspection support
- Detect gobject-introspection (g-i) in configure, using the M4 macro
from the newly-added introspection.m4. This adds
gobject-introspection as a new *optional* build dependency.
- Integrate the generation of .gir and .typelib files into the build
build process.
- Add the annotations from gir-repository to the source code.
- Include annotation glossary in "Reference Manual" main file.
See <https://bugzilla.gnome.org/show_bug.cgi?id=576595>.
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 b845e298..861daff9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,10 @@ EXTRA_DIST = \ libsoup-2.4.pc.in \ libsoup-gnome-2.4.pc.in \ gtk-doc.make \ - libsoup-zip.in + libsoup-zip.in \ + m4/introspection.m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection pkgconfigdir = $(libdir)/pkgconfig |