From: VMware, Inc <> Date: Mon, 26 Jul 2010 19:27:03 +0000 (-0700) Subject: open-vm-tools: link guestInfo plugin to dnet. X-Git-Tag: 2010.07.25-280253~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15cffc7961b97129d0b77643db42b4d4d8e3da7;p=thirdparty%2Fopen-vm-tools.git open-vm-tools: link guestInfo plugin to dnet. Since the plugin now calls dnet directly, it needs to link to it. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/services/plugins/guestInfo/Makefile.am b/open-vm-tools/services/plugins/guestInfo/Makefile.am index 9cf7cbd79..6d6a08606 100644 --- a/open-vm-tools/services/plugins/guestInfo/Makefile.am +++ b/open-vm-tools/services/plugins/guestInfo/Makefile.am @@ -28,6 +28,7 @@ libguestInfo_la_LDFLAGS = libguestInfo_la_LDFLAGS += @PLUGIN_LDFLAGS@ libguestInfo_la_LIBADD = +libguestInfo_la_LIBADD += @DNET_LIBS@ libguestInfo_la_LIBADD += @VMTOOLS_LIBS@ libguestInfo_la_LIBADD += @PROCPS_LIBS@ libguestInfo_la_LIBADD += @XDR_LIBS@