From c9e169479eac36b4dfd20643c2b33ac13a06a41a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 15 Apr 2005 06:33:21 +0000 Subject: [BZ #253] 2005-04-14 Roland McGrath * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well. (extract): Filter-out distinfo file name. [BZ #253] * MakeTAGS (text-srcs): Match %.bash.in files too. [BZ #253] * nscd/Makefile (all-nscd-modules): New variable, include selinux module regardless of configuration. (distribute): Use that instead of $(nscd-modules). --- nscd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nscd') diff --git a/nscd/Makefile b/nscd/Makefile index 9c32c68681..75a9d434f4 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -51,6 +51,7 @@ otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \ $(resolvobjdir)/libresolv.a endif +all-nscd-modules := $(nscd-modules) selinux ifeq (yes,$(have-selinux)) nscd-modules += selinux selinux-LIBS := -lselinux @@ -59,7 +60,7 @@ endif LDLIBS-nscd = $(selinux-LIBS) distribute := nscd.h nscd-client.h dbg_log.h \ - $(addsuffix .c, $(filter-out xmalloc, $(nscd-modules))) \ + $(addsuffix .c, $(filter-out xmalloc,$(all-nscd-modules))) \ nscd_nischeck.c nscd.conf nscd.init nscd_proto.h \ nscd-types.h -- cgit 1.4.1