diff --git a/src/dhcp-manager/Makefile.am b/src/dhcp-manager/Makefile.am index 4295412738..e6fe60c1b7 100644 --- a/src/dhcp-manager/Makefile.am +++ b/src/dhcp-manager/Makefile.am @@ -14,4 +14,7 @@ nm_dhcp_helper_CPPFLAGS = \ -DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \ -DNMRUNDIR=\"$(nmrundir)\" +nm_dhcp_helper_LDFLAGS = \ + -Wl,--version-script="$(top_srcdir)/linker-script-binary.ver" + nm_dhcp_helper_LDADD = $(GLIB_LIBS)