]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Add versioning information for resolutionSet plugin.
authorVMware, Inc <>
Tue, 17 Nov 2009 21:53:16 +0000 (13:53 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Tue, 17 Nov 2009 21:53:16 +0000 (13:53 -0800)
Added rc file for windows, incorporated into build.
Added embed_version.h for all platforms except Mac, using hgfsServer
as an example for the change.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/services/plugins/resolutionSet/resolutionSet.c

index 210dd38e59c4304d4ad00490f9e81b0c31189b0a..4265cf446fd48558d800e510c3fd609006dc8ac2 100644 (file)
 #include "vmware/tools/plugin.h"
 #include "vmware/tools/utils.h"
 
+
+#if !defined(__APPLE__)
+#include "embed_version.h"
+VM_EMBED_VERSION(VMTOOLSD_VERSION_STRING);
+#endif
+
 /*
  * The maximum number of capabilities we can set.
  *