diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-05-03 09:28:32 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-05-03 09:28:32 +0000 |
commit | eec65e81e75bc0af8212e59a281b52d920607fc8 (patch) | |
tree | 6b9c5f1795a1062c593a4f1cfb3cc92b8eb90970 /nscd | |
parent | a0971eefb70ea4bf2c240f8b33926dde1dfbeb09 (diff) | |
download | glibc-eec65e81e75bc0af8212e59a281b52d920607fc8.tar glibc-eec65e81e75bc0af8212e59a281b52d920607fc8.tar.gz glibc-eec65e81e75bc0af8212e59a281b52d920607fc8.tar.bz2 glibc-eec65e81e75bc0af8212e59a281b52d920607fc8.zip |
Updated to fedora-glibc-20050503T0852
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 75a9d434f4..7e0c4eb30a 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -59,6 +59,14 @@ endif LDLIBS-nscd = $(selinux-LIBS) +# The configure.in check for libselinux and its headers did not use +# $SYSINCLUDES. The directory specified by --with-headers usually +# contains only the basic kernel interface headers, not something like +# libselinux. So the simplest thing is to presume that the standard +# system headers will be ok for this file. +$(objpfx)nscd_stat.o: sysincludes = # nothing +$(objpfx)selinux.o: sysincludes = # nothing + distribute := nscd.h nscd-client.h dbg_log.h \ $(addsuffix .c, $(filter-out xmalloc,$(all-nscd-modules))) \ nscd_nischeck.c nscd.conf nscd.init nscd_proto.h \ |