]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source files not applicable to open-vm-tools at this time.
authorKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:27 +0000 (10:35 -0700)
committerKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:27 +0000 (10:35 -0700)
open-vm-tools/services/vmtoolsd/Makefile.am
open-vm-tools/services/vmtoolsd/cmdLine.c

index f33703177e8e7c4bb8c5fc9d900f292372848b4c..304d6f2863e9737245750fb0519385e4538f99ee 100644 (file)
@@ -31,7 +31,7 @@ vmtoolsd_LDADD += @GMODULE_LIBS@
 vmtoolsd_LDADD += @GOBJECT_LIBS@
 vmtoolsd_LDADD += @GTHREAD_LIBS@
 if LINUX
-   vmtoolsd_LDADD += ../../lib/globalConfig/libGlobalConfig.la
+vmtoolsd_LDADD += ../../lib/globalConfig/libGlobalConfig.la
 endif
 
 vmtoolsd_SOURCES =
index c98ac1967ecb01b8efccaf03748bb626a1cbbaa3..cddd8b34b744021ccaffb5054df326061a5d1a82 100644 (file)
@@ -44,6 +44,7 @@
 #include "vmware/tools/guestrpc.h"
 #include "vm_version.h"
 
+
 /**
  * Runs the given Tools RPC command, printing the result to the terminal and
  * exiting the application afterwards.