diff options
author | Giovanni Campagna <scampa.giovanni@gmail.com> | 2011-01-21 14:46:09 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-21 14:46:09 -0600 |
commit | 3ebecd2a295b40081321d1b3f26fb1204fe5d4c4 (patch) | |
tree | bc6c3f4cbda8086fb2d2fe7b614fe9bce1af79c8 /Makefile.am | |
parent | 9067356856f56a949ef8af5838e3dc4acf506256 (diff) | |
download | NetworkManager-3ebecd2a295b40081321d1b3f26fb1204fe5d4c4.tar.gz |
introspection: add GObject introspection support (bgo #637032)
Add the necessary annotations (the mininum required, that is those
on return values. NULL parameters or container types may require
more), and the Autotools stuff to get a NetworkManager GIR for
libnm-util and a NMClient for libnm-glib.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c3eb4e1511..78924ab7da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ --with-tests=yes \ --with-docs=yes \ --with-udev-dir=$$dc_install_base/lib/udev \ - --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \ + --enable-wimax=no DISTCLEANFILES = intltool-extract intltool-merge intltool-update |