summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2008-12-16 08:18:17 -0500
committerSimo Sorce <idra@samba.org>2009-01-09 14:23:02 -0500
commitc830ff657cc953332fed7c32b5792e5a15a2bcc6 (patch)
tree04909ac0b914f8061995ba971600e594c82927a7 /server
parentdd422e75a52d197d9084b6a4415b58553460ae41 (diff)
downloadsssd-c830ff657cc953332fed7c32b5792e5a15a2bcc6.tar.gz
sssd-c830ff657cc953332fed7c32b5792e5a15a2bcc6.tar.xz
sssd-c830ff657cc953332fed7c32b5792e5a15a2bcc6.zip
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.
Diffstat (limited to 'server')
-rw-r--r--server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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