mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
libudev: do not include ctrl in libudev.so
This commit is contained in:
parent
979ff016ef
commit
6ebc7a4f93
@ -23,7 +23,6 @@ libudev_la_SOURCES =\
|
||||
libudev-util.c \
|
||||
libudev-device.c \
|
||||
libudev-enumerate.c \
|
||||
libudev-ctrl.c \
|
||||
libudev-monitor.c \
|
||||
libudev-queue.c
|
||||
|
||||
@ -31,11 +30,6 @@ libudev_la_LDFLAGS = \
|
||||
-version-info $(LIBUDEV_LT_CURRENT):$(LIBUDEV_LT_REVISION):$(LIBUDEV_LT_AGE) \
|
||||
-export-symbols $(top_srcdir)/udev/lib/exported_symbols
|
||||
|
||||
if USE_SELINUX
|
||||
libudev_la_LIBADD = \
|
||||
-lselinux
|
||||
endif
|
||||
|
||||
pkgconfigdir = $(prefix)/$(libdir_name)/pkgconfig
|
||||
pkgconfig_DATA = libudev.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user