From fda4c78ca651ce478fe744f7de87c2064e80a05d Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn@redhat.com>
Date: Fri, 8 Jul 2016 13:27:47 +0200
Subject: [PATCH 06/18] doxygen: Fix path to header file ipa_hbac.h
Warning: tag INPUT: input source `src/providers/ipa/ipa_hbac.h' does not exist
warning: source src/providers/ipa/ipa_hbac.h is not
a readable file or directory... skipping.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
(cherry picked from commit b9b2c0836f64f375babb75d92b924f3780f20521)
---
src/lib/ipa_hbac/ipa_hbac.doxy.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ipa_hbac/ipa_hbac.doxy.in b/src/lib/ipa_hbac/ipa_hbac.doxy.in
index 6d4a92659f1974fa96b8fcfbcca0d4107e3a7dae..d1e9f995ddeffd92dad03b5d1fd18077b6aeb645 100644
--- a/src/lib/ipa_hbac/ipa_hbac.doxy.in
+++ b/src/lib/ipa_hbac/ipa_hbac.doxy.in
@@ -678,7 +678,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @abs_top_srcdir@/src/providers/ipa/ipa_hbac.h
+INPUT = @abs_top_srcdir@/src/lib/ipa_hbac/ipa_hbac.h
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
--
2.4.11