summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Knowles <alan@akkbhome.com>2010-06-27 02:55:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-27 03:00:59 +0200
commit4ded79d54dd514c7f7d711e38ec4277f4427c78e (patch)
tree6c495ab96535f2907f031500520798fd667346cf /Makefile.am
parented11c6a4d4da379ff9ebccb7a0340e64232efabb (diff)
gobject: implement gobject introspection
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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: