summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-15 11:57:36 +0200
committerThomas Haller <thaller@redhat.com>2019-05-22 20:04:08 +0200
commit105d0d56d30273d2aee5a386b9bcc10af95e1c95 (patch)
tree627e214122934048f9a8ed72eda8a1ce29410aed
parentaff1d66b81fe7092d44fd5b382d7f9ce7f10f0c6 (diff)
downloadNetworkManager-105d0d56d30273d2aee5a386b9bcc10af95e1c95.tar.gz
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.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a015045c3e..4a0fee64dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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)