>From 889a60baa12f40efb9c98e97cf81c2c978825ab5 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 2 Jun 2015 16:44:26 +0200 Subject: [PATCH 2/2] 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e7920e0710253c8360a168c68fa5503d08841451..281b33d645242ce332f6bfa4a4ba130fe3298b89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -675,7 +675,7 @@ SSSD_DOCS = \ nss_idmap_doc if BUILD_IFP - SSSD_DOCS += libsss_simpleifp_doc + SSSD_DOCS += sss_simpleifp_doc endif CLIENT_LIBS = $(LTLIBINTL) -- 2.5.0