From c830ff657cc953332fed7c32b5792e5a15a2bcc6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 16 Dec 2008 08:18:17 -0500 Subject: Adding 'lib' to the server build directories. Fixes a build failure during the first attempt to build the SSSD from source. The build process did not create the appropriate output directories for the back-end providers, and therefore could not produce an output library into that directory. --- server/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/Makefile.in b/server/Makefile.in index a1f87eb54..966286b37 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -62,7 +62,7 @@ headers = .h BINS = sbin/sssd sbin/sssd_nss sbin/sssd_dp sbin/sssd_be SOLIBS = lib/libsss_ldap.$(SHLIBEXT) -DIRS = sbin +DIRS = sbin lib default: all -- cgit