From 105d0d56d30273d2aee5a386b9bcc10af95e1c95 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 15 May 2019 11:57:36 +0200 Subject: [PATCH] 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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)