diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2008-12-16 08:18:17 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-09 14:23:02 -0500 |
commit | c830ff657cc953332fed7c32b5792e5a15a2bcc6 (patch) | |
tree | 04909ac0b914f8061995ba971600e594c82927a7 | |
parent | dd422e75a52d197d9084b6a4415b58553460ae41 (diff) | |
download | sssd_unused-c830ff657cc953332fed7c32b5792e5a15a2bcc6.tar.gz sssd_unused-c830ff657cc953332fed7c32b5792e5a15a2bcc6.tar.xz sssd_unused-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.
-rw-r--r-- | server/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Makefile.in b/server/Makefile.in index a1f87eb5..966286b3 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 |