]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Switch IMC to use RpcChannel_SendOne instead of deprecated RpcOut_sendOne
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
Modify ./libDeployPkg/Makefile.am to build deploypkg module for
open-vm-tools correctlly.

open-vm-tools/libDeployPkg/Makefile.am

index 9af3a52ba6b866baae4f2f70aa1e601f9f47a86d..b4d5c9d0c50c0a4274503c44d5c00410653cc3e8 100644 (file)
@@ -1,5 +1,5 @@
 ################################################################################
-### Copyright (C) 2014-2017 VMware, Inc.  All rights reserved.
+### Copyright (C) 2014-2018 VMware, Inc.  All rights reserved.
 ###
 ### This program is free software; you can redistribute it and/or modify
 ### it under the terms of version 2 of the GNU General Public License as
@@ -20,6 +20,8 @@ lib_LTLIBRARIES = libDeployPkg.la
 AM_CFLAGS =
 AM_CFLAGS += -I$(top_srcdir)/include
 AM_CFLAGS += $(MSPACK_CPPFLAGS)
+AM_CFLAGS += -DVMTOOLS_USE_GLIB
+AM_CFLAGS += @GLIB2_CPPFLAGS@
 
 libDeployPkg_la_LIBADD =
 libDeployPkg_la_LIBADD += @MSPACK_LIBS@
@@ -48,7 +50,7 @@ libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-common/log.h
 libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-common/process.h
 libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/imgcust-guest/guestcust-events.h
 libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vm_basic_types.h
-libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/rpcout.h
+libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vmware/tools/guestrpc.h
 libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/deployPkg/linuxDeployment.h
 libDeployPkg_include_HEADERS += $(top_srcdir)/lib/include/vmware/guestrpc/deploypkg.h