blob: 11be2d4a07ee4393238754b062a21ec75710881d [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From cf1284fda8fb22a2b27cb2ce7962f166166e74c3 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 13 Jun 2018 23:48:04 -0700
4Subject: [PATCH] Fix subdir objects configure error
5
6Fix build on musl while here
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 open-vm-tools/configure.ac | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac
14index 71e684bb..b76a7966 100644
15--- a/open-vm-tools/configure.ac
16+++ b/open-vm-tools/configure.ac
17@@ -303,6 +303,7 @@ AC_ARG_ENABLE(
18 [],
19 [enable_resolutionkms="auto"])
20
21+AM_INIT_AUTOMAKE([subdir-objects])
22 AM_INIT_AUTOMAKE
23
24 ###