summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-11 10:21:19 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-13 09:06:55 -0400
commit8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d (patch)
tree8b53fc46ec69f0374cb1cd05dd38f64891cfaada /Makefile
parent4626af1ad1141291f226382f3569e4dd0486cd08 (diff)
downloadsssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.tar.gz
sssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.tar.xz
sssd-8096462b171c4bb45ea58ba9eaa2f2fdb8c7107d.zip
Update RPM build for configuration changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d8eb90ac1..deddebca0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PACKAGE_NAME = sssd
-PACKAGE_VERSION = 0.1.0
+PACKAGE_VERSION = 0.3.0
TARGET ?= master
-SUBDIRS = server replace sss_client
+SUBDIRS = common server replace sss_client
TARBALL_PREFIX = $(PACKAGE_NAME)-$(PACKAGE_VERSION)
TARBALL = $(TARBALL_PREFIX).tar.gz
LIBDIR ?= /usr/lib
@@ -15,6 +15,7 @@ clean:
rm -Rf $(RPMBUILD)
realdistclean: clean
+ -make -C common maintainer-clean
-make -C server realdistclean
archive: