From 6f5b1ad8c234d58041e45aef4558d50f44d7f021 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 26 Feb 2009 10:13:52 +0100 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit