diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d9b86bc8..d1289288 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,5 +119,6 @@ DISTCLEANFILES = \ $(polkit_policy_DATA) DISTCHECK_CONFIGURE_FLAGS = \ - --enable-gtk-doc \ - --enable-gen-doc + --enable-gtk-doc \ + --enable-gen-doc \ + --enable-introspection |