From 4ded79d54dd514c7f7d711e38ec4277f4427c78e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 27 Jun 2010 02:55:13 +0200 Subject: gobject: implement gobject introspection --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 982a83d..a800687 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ EXTRA_DIST = \ avahi-compat-howl.pc.in \ avahi-ui.pc.in \ avahi-ui-gtk3.pc.in \ - doxygen_to_devhelp.xsl + doxygen_to_devhelp.xsl \ + common/introspection.m4 SUBDIRS = \ common \ @@ -223,6 +224,7 @@ MOSTLYCLEANFILES = $(DX_CLEANFILES) DISTCHECK_CONFIGURE_FLAGS = \ --disable-monodoc \ + --enable-introspection \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) homepage: -- cgit