diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-08 14:20:19 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-09-08 14:58:39 -0400 |
commit | 8782e92079a2842955e04392d20605453de6d567 (patch) | |
tree | 8418d346e86030de7baba1dff808c57082d7781a /configure.ac | |
parent | c2160564b280be4c44453e04f62220b97504fc91 (diff) | |
download | sssd-8782e92079a2842955e04392d20605453de6d567.tar.gz sssd-8782e92079a2842955e04392d20605453de6d567.tar.xz sssd-8782e92079a2842955e04392d20605453de6d567.zip |
Improve documentation of libipa_hbac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 230afa21d..958fa1436 100644 --- a/configure.ac +++ b/configure.ac @@ -208,6 +208,6 @@ AC_SUBST([abs_builddir], $abs_build_dir) AC_CONFIG_FILES([Makefile contrib/sssd.spec src/examples/rwtab src/doxy.config src/sysv/systemd/sssd.service po/Makefile.in src/man/Makefile - src/providers/ipa/ipa_hbac.pc]) + src/providers/ipa/ipa_hbac.pc src/providers/ipa/ipa_hbac.doxy]) AC_OUTPUT |