From 0d7bf34ed6702c60028fa80e5d481621e9741d09 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 15 Jan 2010 15:18:26 +0000 Subject: Add initial GObject introspection support --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5e9b8c0..6e1f46a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = devkit-power-gobject src doc tools policy po $(UDEV_RULES) DIST_SUBDIRS = devkit-power-gobject src doc tools policy po rules @@ -32,7 +34,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = devkit-power-gobject.pc # xsltproc barfs on 'make distcheck'; disable for now -DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --disable-gtk-doc --enable-introspection clean-local : rm -f *~ -- cgit v1.2.3