summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-02-26 10:13:52 +0100
committerSimo Sorce <ssorce@redhat.com>2009-03-02 09:39:00 -0500
commit6f5b1ad8c234d58041e45aef4558d50f44d7f021 (patch)
treeaa5510207dbf87d91159a58f0a16e64e5910245a /Makefile
parente65c65fc710fa030bfb8319efc43fcdc9ce5a26f (diff)
downloadsssd-6f5b1ad8c234d58041e45aef4558d50f44d7f021.tar.gz
sssd-6f5b1ad8c234d58041e45aef4558d50f44d7f021.tar.xz
sssd-6f5b1ad8c234d58041e45aef4558d50f44d7f021.zip
Create and own /var/lib/sss, memberof.so packaging
Own everything in /usr/libexec/sssd in specfile, no nss_client subdir Place memberof.so in /usr/lib/ldb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2c14ce3f..8a38214f5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PACKAGE_NAME = sssd
PACKAGE_VERSION = 0.1.0
TARGET ?= master
-SUBDIRS = server replace nss_client
+SUBDIRS = server replace sss_client
TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
TARBALL = $(TARBALL_PREFIX).tar.gz
LIBDIR ?= /usr/lib