diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-wrapper-Makefile.in')
-rw-r--r-- | emulators/open-vm-tools/files/patch-wrapper-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/files/patch-wrapper-Makefile.in b/emulators/open-vm-tools/files/patch-wrapper-Makefile.in new file mode 100644 index 000000000000..87e4bac0945e --- /dev/null +++ b/emulators/open-vm-tools/files/patch-wrapper-Makefile.in @@ -0,0 +1,20 @@ +--- vmware-user-suid-wrapper/Makefile.in.orig 2010-10-20 05:20:08.000000000 +0900 ++++ vmware-user-suid-wrapper/Makefile.in 2010-11-16 17:52:55.000000000 +0900 +@@ -301,7 +301,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-AM_CPPFLAGS = -DVMTOOLSD_PATH=\"$(bindir)/vmtoolsd\" ++AM_CPPFLAGS = -DVMTOOLSD_PATH=\"$(bindir)/vmtoolsd\" -DVMWARE_KMOD_DIR=\"$(prefix)/lib/vmware-tools/modules/drivers\" + vmware_user_suid_wrapper_SOURCES = main.c wrapper-@TARGET_OS@.c + vmware_user_suid_wrapper_LDADD = ../lib/vmSignal/libVmSignal.la + desktopfile = vmware-user.desktop +@@ -583,7 +583,7 @@ + + info-am: + +-install-data-am: install-autostartDATA ++#install-data-am: install-autostartDATA + + install-dvi: install-dvi-am + |