~ubuntu-branches/ubuntu/precise/open-vm-tools/precise

« back to all changes in this revision

Viewing changes to tests/testVmblock/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-03-31 14:20:05 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110331142005-3n9red91p7ogkweo
Tags: 2011.03.28-387002-0ubuntu1
* Merge latest upstream git tag.  This has the unlocked_ioctl change
  needed to fix dkms build failures (LP: #727342)
* Changes in debian/rules:
  - work around a bug in toolbox/Makefile, where install-exec-hook is
    not happening.  This needs to get fixed the right way.
  - don't install 'vmware-user' which seems to no longer exist
  - move /etc/xdg into open-vm-toolbox (which should be done using .install)
* debian/open-vm-tools.init: add 'modprobe [-r] vmblock'. (LP: #332323)
* debian/rules and debian/open-vm-toolbox.lintian-overrides:
  - Make vmware-user-suid-wrapper suid-root (LP: #332323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
FGREP = @FGREP@
158
158
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
159
159
FUSE_LIBS = @FUSE_LIBS@
 
160
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
161
GIO_LIBS = @GIO_LIBS@
160
162
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
161
163
GLIB2_LIBS = @GLIB2_LIBS@
162
164
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
172
174
GTK_LIBS = @GTK_LIBS@
173
175
HAVE_DOT = @HAVE_DOT@
174
176
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
177
HGFS_LIBS = @HGFS_LIBS@
175
178
ICU_CPPFLAGS = @ICU_CPPFLAGS@
176
179
ICU_LIBS = @ICU_LIBS@
177
180
INSTALL = @INSTALL@
179
182
INSTALL_PROGRAM = @INSTALL_PROGRAM@
180
183
INSTALL_SCRIPT = @INSTALL_SCRIPT@
181
184
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
185
INSTVMSG = @INSTVMSG@
182
186
KERNEL_RELEASE = @KERNEL_RELEASE@
183
187
LD = @LD@
184
188
LDFLAGS = @LDFLAGS@
191
195
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
192
196
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
193
197
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
198
LINUXINCLUDE = @LINUXINCLUDE@
194
199
LIPO = @LIPO@
195
200
LN_S = @LN_S@
196
201
LTLIBOBJS = @LTLIBOBJS@
225
230
RANLIB = @RANLIB@
226
231
RPCGEN = @RPCGEN@
227
232
RPCGENFLAGS = @RPCGENFLAGS@
 
233
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
228
234
SED = @SED@
229
235
SET_MAKE = @SET_MAKE@
230
236
SHELL = @SHELL@
241
247
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
242
248
VMTOOLS_LIBS = @VMTOOLS_LIBS@
243
249
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
244
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
245
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
246
250
XDR_LIBS = @XDR_LIBS@
247
251
XMKMF = @XMKMF@
 
252
XSM_LIBS = @XSM_LIBS@
248
253
X_CFLAGS = @X_CFLAGS@
249
254
X_EXTRA_LIBS = @X_EXTRA_LIBS@
250
255
X_LIBS = @X_LIBS@