mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
Help losers who use --with-headers.
This commit is contained in:
parent
453d8199be
commit
9393da4659
@ -59,6 +59,14 @@ endif
|
|||||||
|
|
||||||
LDLIBS-nscd = $(selinux-LIBS)
|
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 \
|
distribute := nscd.h nscd-client.h dbg_log.h \
|
||||||
$(addsuffix .c, $(filter-out xmalloc,$(all-nscd-modules))) \
|
$(addsuffix .c, $(filter-out xmalloc,$(all-nscd-modules))) \
|
||||||
nscd_nischeck.c nscd.conf nscd.init nscd_proto.h \
|
nscd_nischeck.c nscd.conf nscd.init nscd_proto.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user