]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Include syncManifest.c in open-vm-tools only on Linux
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:41 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:41 +0000 (11:23 -0700)
The VMTools build includes syncManifest.c only on Linux
and not on other OSes such as FreeBSD.  The open-vm-tools
build needs to do the same.

open-vm-tools/services/plugins/vmbackup/Makefile.am

index ed561a7af842619eb149e554848f8de1ffc3509a..88082b92c627dcba149bbbd1396fa4b56a981d45 100644 (file)
@@ -33,7 +33,9 @@ libvmbackup_la_SOURCES += nullProvider.c
 libvmbackup_la_SOURCES += scriptOps.c
 libvmbackup_la_SOURCES += stateMachine.c
 libvmbackup_la_SOURCES += syncDriverOps.c
+if LINUX
 libvmbackup_la_SOURCES += syncManifest.c
+endif
 libvmbackup_la_SOURCES += vmBackupSignals.c
 
 BUILT_SOURCES =