]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Adding vmtools library dependency to deploypkg library
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:10 +0000 (07:14 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 18 Aug 2020 14:14:10 +0000 (07:14 -0700)
Some functions are not found in shared libraries when linking,
which generates several warnings.  Added a library with
the needed functions to the list of dependencies.

open-vm-tools/libDeployPkg/Makefile.am

index a3bcb5e21db064eab379404f38e418a4de928bcc..0c1415ec95b14236f62047de81d0ddabea59326d 100644 (file)
@@ -1,5 +1,5 @@
 ################################################################################
-### Copyright (C) 2014-2019 VMware, Inc.  All rights reserved.
+### Copyright (C) 2014-2020 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
@@ -25,6 +25,7 @@ AM_CFLAGS += @GLIB2_CPPFLAGS@
 
 libDeployPkg_la_LIBADD =
 libDeployPkg_la_LIBADD += @MSPACK_LIBS@
+libDeployPkg_la_LIBADD += @VMTOOLS_LIBS@
 
 libDeployPkg_la_SOURCES =
 libDeployPkg_la_SOURCES += deployPkgFormat.h