aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/open-vm-tools/open-vm-tools/fix-subdir-objects-configure-error.patch
blob: 1a6bfdb09b7c85840dc6c55d57d840ba407c2807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: open-vm-tools/configure.ac
===================================================================
--- open-vm-tools.orig/configure.ac
+++ open-vm-tools/configure.ac
@@ -303,6 +303,7 @@ AC_ARG_ENABLE(
    [],
    [enable_resolutionkms="auto"])
 
+AM_INIT_AUTOMAKE([subdir-objects])
 AM_INIT_AUTOMAKE
 
 ###