From: Kruti Date: Mon, 19 Feb 2024 14:32:44 +0000 (-0800) Subject: Changes to common source files not applicable to open-vm-tools at this time. X-Git-Tag: stable-12.4.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0491a6654630397aad6a884e6aa04f1cd962e1;p=thirdparty%2Fopen-vm-tools.git Changes to common source files not applicable to open-vm-tools at this time. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index c37e16b3a..9c991156d 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -1881,6 +1881,7 @@ AC_CONFIG_FILES([ \ + ### ### Output ### diff --git a/open-vm-tools/services/plugins/appInfo/Makefile.am b/open-vm-tools/services/plugins/appInfo/Makefile.am index b8609c2e7..689559b01 100644 --- a/open-vm-tools/services/plugins/appInfo/Makefile.am +++ b/open-vm-tools/services/plugins/appInfo/Makefile.am @@ -1,5 +1,5 @@ ################################################################################ -### Copyright (C) 2019 VMware, Inc. All rights reserved. +### Copyright (c) 2019,2023 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 @@ -34,4 +34,4 @@ libappInfo_la_SOURCES = libappInfo_la_SOURCES += appInfo.c libappInfo_la_SOURCES += appInfoInt.h libappInfo_la_SOURCES += appInfoUtil.c -libappInfo_la_SOURCES += appInfoPosix.c \ No newline at end of file +libappInfo_la_SOURCES += appInfoPosix.c