dhcp/build: add linker version script for nm-dhcp-helper binary

This commit is contained in:
Thomas Haller
2016-10-13 11:47:29 +02:00
parent f42466215a
commit 757d06800e

View File

@@ -14,4 +14,7 @@ nm_dhcp_helper_CPPFLAGS = \
-DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \ -DG_LOG_DOMAIN=\""nm-dhcp-helper"\" \
-DNMRUNDIR=\"$(nmrundir)\" -DNMRUNDIR=\"$(nmrundir)\"
nm_dhcp_helper_LDFLAGS = \
-Wl,--version-script="$(top_srcdir)/linker-script-binary.ver"
nm_dhcp_helper_LDADD = $(GLIB_LIBS) nm_dhcp_helper_LDADD = $(GLIB_LIBS)