summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-11-04 15:24:30 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2015-11-04 15:26:58 +0100
commit2d5d7761ef2b0d43c39dadf877b87aae19231036 (patch)
tree7525f59aee3c0b3e6fb52b4f97cca01d9c5364dd
parent343b053bc61792023003d077ae81c05ff1676a89 (diff)
downloadsssd-2d5d7761ef2b0d43c39dadf877b87aae19231036.tar.gz
sssd-2d5d7761ef2b0d43c39dadf877b87aae19231036.tar.xz
sssd-2d5d7761ef2b0d43c39dadf877b87aae19231036.zip
BUILD: Fix doc directory for sss_simpleifp
make all docs && make install DESTDIR=`pwd`/_instdir will not install doxygen generated files for sss_simpleifp because directory was wrong Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 098beb01c..93726c07e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -679,7 +679,7 @@ if BUILD_SUDO
endif
if BUILD_IFP
- SSSD_DOCS += libsss_simpleifp_doc
+ SSSD_DOCS += sss_simpleifp_doc
endif
CLIENT_LIBS = $(LTLIBINTL)