summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-01-18 17:31:10 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-01-30 21:47:53 -0500
commitf660877b38e563c4aa0cb1431624069808873fec (patch)
tree9804cc2329be24b1d5f6ac04417c12d3e4c8adc4 /Makefile.am
parent7dafccebf53288d4a57ec1942ca0aa7b8568dbc7 (diff)
downloadsssd-f660877b38e563c4aa0cb1431624069808873fec.tar.gz
sssd-f660877b38e563c4aa0cb1431624069808873fec.tar.xz
sssd-f660877b38e563c4aa0cb1431624069808873fec.zip
SUDO: Provide documentation for the SUDO API
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index cefce80c1..067a00a79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1233,11 +1233,14 @@ if HAVE_DOXYGEN
docs:
$(DOXYGEN) src/doxy.config
$(DOXYGEN) src/providers/ipa/ipa_hbac.doxy
-else
+if BUILD_SUDO
+ $(DOXYGEN) src/sss_client/sudo/sss_sudo.doxy
+endif BUILD_SUDO
+else !HAVE_DOXYGEN
docs:
@echo "Doxygen not installed, cannot generate documentation"
@exit 1
-endif
+endif !HAVE_DOXYGEN
all-local: ldb_mod_test_dir
if BUILD_PYTHON_BINDINGS