diff options
author | infirit <[email protected]> | 2015-09-07 00:04:49 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-07 00:57:10 +0200 |
commit | c8f01f720cfe1e048932ee912cb2039c85ab2622 (patch) | |
tree | 43e43d60d77ca304f79affe1d546850cbaf97982 /Makefile.am | |
parent | cdad21434af7395ddba4b2c304e273925206cc38 (diff) | |
download | libmatekbd-c8f01f720cfe1e048932ee912cb2039c85ab2622.tar.bz2 libmatekbd-c8f01f720cfe1e048932ee912cb2039c85ab2622.tar.xz |
Add gobject introspection
Based on libgnomekbd,
commit: 0b2a10f764358fea0f2c078bba6f54eb188946c0
from: Sergey V. Udaltsov <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ae15bac..545a3d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ SUBDIRS = libmatekbd $(TEST) po ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = --enable-introspection + DISTCLEANFILES = \ intltool-extract \ intltool-merge \ |