From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:41 +0000 (-0700) Subject: Include syncManifest.c in open-vm-tools only on Linux X-Git-Tag: stable-10.2.0~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bf9c558ae09cb518d654643ee1d435de5b3a93f;p=thirdparty%2Fopen-vm-tools.git Include syncManifest.c in open-vm-tools only on Linux 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. --- diff --git a/open-vm-tools/services/plugins/vmbackup/Makefile.am b/open-vm-tools/services/plugins/vmbackup/Makefile.am index ed561a7af..88082b92c 100644 --- a/open-vm-tools/services/plugins/vmbackup/Makefile.am +++ b/open-vm-tools/services/plugins/vmbackup/Makefile.am @@ -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 =