summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-08-15 17:23:41 +0200
committerThomas Haller <thaller@redhat.com>2016-08-15 17:23:41 +0200
commit1f2eeb85d80d0a484cc842ddb0277dd93a7916f9 (patch)
tree9cfe9d3f8552ec5c4403c0789db13f3124a3bef3 /libnm
parent2a163c1825e5a46c6f3a75291fcad553a8470e65 (diff)
downloadNetworkManager-1f2eeb85d80d0a484cc842ddb0277dd93a7916f9.tar.gz
build: rename $(LIBDL) to $(DL_LIBS) and modify detection
Diffstat (limited to 'libnm')
-rw-r--r--libnm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index 760682f0eb..ee64d4eb0c 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -137,7 +137,7 @@ GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM --fhead '\#include "nm-default.h"\
libnm_la_LIBADD = \
$(top_builddir)/libnm-core/libnm-core.la \
$(top_builddir)/introspection/libnmdbus.la \
- $(LIBDL) \
+ $(DL_LIBS) \
$(GLIB_LIBS) \
$(UUID_LIBS) \
$(GUDEV_LIBS)