mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
udev: avoid building selinux parts without have_selinux
This commit is contained in:
parent
3672af61aa
commit
9b1a953e08
@ -1152,8 +1152,12 @@ libudev_private_la_SOURCES =\
|
||||
$(libudev_la_SOURCES) \
|
||||
src/udev/libudev-util-private.c \
|
||||
src/udev/libudev-device-private.c \
|
||||
src/udev/libudev-queue-private.c \
|
||||
src/udev/libudev-queue-private.c
|
||||
|
||||
if HAVE_SELINUX
|
||||
libudev_private_la_SOURCES +=\
|
||||
src/udev/libudev-selinux-private.c
|
||||
endif
|
||||
|
||||
libudev_private_la_LIBADD = \
|
||||
$(SELINUX_LIBS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user