mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-12 07:40:31 +01:00
build: link libnm/liblibnm.la with udev library
libnm/liblibnm.la compiles "libnm/nm-device.c" and "libnm/nm-client.c", both include libudev.h. Let's explicitly link this library with libudev.
This commit is contained in:
parent
aff1d66b81
commit
105d0d56d3
1 changed files with 1 additions and 0 deletions
|
|
@ -1303,6 +1303,7 @@ libnm_liblibnm_la_LIBADD = \
|
|||
$(GLIB_LIBS) \
|
||||
$(DL_LIBS) \
|
||||
$(UUID_LIBS) \
|
||||
$(LIBUDEV_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
$(libnm_liblibnm_la_OBJECTS) : $(libnm_lib_h_pub_mkenums)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue