diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-03-05 11:58:26 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-03-05 12:03:38 +0100 |
commit | 56548caf776f71a42f088076dd095f7c34360c8e (patch) | |
tree | 839fcf2b6e7f3adc8bdfbf840883781201f1af15 /Makefile.am | |
parent | fb9466ab4cb8e3ca4596b1fd63c9291b78f39589 (diff) |
Add introspection.m4 macro
Some distros miss this macro.
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 ae0a4a9..c4507f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,8 @@ MAINTAINERCLEANFILES = \ DISTCLEANFILES = $(MAINTAINERCLEANFILES) +EXTRA_DIST = ./m4/introspection.m4 + DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc distclean-local: |