diff options
-rw-r--r-- | src/doxy.config.in | 6 | ||||
-rw-r--r-- | src/providers/ipa/ipa_hbac.doxy.in | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/doxy.config.in b/src/doxy.config.in index a9070e5b..dc41b1fd 100644 --- a/src/doxy.config.in +++ b/src/doxy.config.in @@ -578,9 +578,9 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@/confdb \ - @srcdir@/providers/data_provider.h \ - @srcdir@/sss_client/sss_cli.h +INPUT = @abs_top_srcdir@/src/confdb/confdb.h \ + @abs_top_srcdir@/src/providers/data_provider.h \ + @abs_top_srcdir@/src/sss_client/sss_cli.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 diff --git a/src/providers/ipa/ipa_hbac.doxy.in b/src/providers/ipa/ipa_hbac.doxy.in index ba648759..3c9672f0 100644 --- a/src/providers/ipa/ipa_hbac.doxy.in +++ b/src/providers/ipa/ipa_hbac.doxy.in @@ -578,7 +578,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @srcdir@/ipa_hbac.h +INPUT = @abs_top_srcdir@/src/providers/ipa/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 |