summaryrefslogtreecommitdiff
path: root/src/Makefile.am
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 /src/Makefile.am
parent2a163c1825e5a46c6f3a75291fcad553a8470e65 (diff)
downloadNetworkManager-1f2eeb85d80d0a484cc842ddb0277dd93a7916f9.tar.gz
build: rename $(LIBDL) to $(DL_LIBS) and modify detection
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bc7ca33f3d..41c3169089 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -491,7 +491,7 @@ libNetworkManager_la_LIBADD = \
$(LIBNL_LIBS) \
$(SYSTEMD_LOGIN_LIBS) \
$(LIBNDP_LIBS) \
- $(LIBDL) \
+ $(DL_LIBS) \
$(LIBM) \
$(SELINUX_LIBS) \
$(LIBAUDIT_LIBS)
@@ -597,7 +597,7 @@ libnm_iface_helper_la_LIBADD = \
$(GUDEV_LIBS) \
$(LIBNL_LIBS) \
$(LIBNDP_LIBS) \
- $(LIBDL) \
+ $(DL_LIBS) \
$(LIBM)
nm_iface_helper_SOURCES = \