~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

Viewing changes to lib/unicode/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:
130
130
FGREP = @FGREP@
131
131
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
132
132
FUSE_LIBS = @FUSE_LIBS@
 
133
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
134
GIO_LIBS = @GIO_LIBS@
133
135
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
134
136
GLIB2_LIBS = @GLIB2_LIBS@
135
137
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
145
147
GTK_LIBS = @GTK_LIBS@
146
148
HAVE_DOT = @HAVE_DOT@
147
149
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
150
HGFS_LIBS = @HGFS_LIBS@
148
151
ICU_CPPFLAGS = @ICU_CPPFLAGS@
149
152
ICU_LIBS = @ICU_LIBS@
150
153
INSTALL = @INSTALL@
152
155
INSTALL_PROGRAM = @INSTALL_PROGRAM@
153
156
INSTALL_SCRIPT = @INSTALL_SCRIPT@
154
157
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
158
INSTVMSG = @INSTVMSG@
155
159
KERNEL_RELEASE = @KERNEL_RELEASE@
156
160
LD = @LD@
157
161
LDFLAGS = @LDFLAGS@
164
168
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
165
169
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
166
170
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
171
LINUXINCLUDE = @LINUXINCLUDE@
167
172
LIPO = @LIPO@
168
173
LN_S = @LN_S@
169
174
LTLIBOBJS = @LTLIBOBJS@
198
203
RANLIB = @RANLIB@
199
204
RPCGEN = @RPCGEN@
200
205
RPCGENFLAGS = @RPCGENFLAGS@
 
206
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
201
207
SED = @SED@
202
208
SET_MAKE = @SET_MAKE@
203
209
SHELL = @SHELL@
214
220
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
215
221
VMTOOLS_LIBS = @VMTOOLS_LIBS@
216
222
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
217
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
218
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
219
223
XDR_LIBS = @XDR_LIBS@
220
224
XMKMF = @XMKMF@
 
225
XSM_LIBS = @XSM_LIBS@
221
226
X_CFLAGS = @X_CFLAGS@
222
227
X_EXTRA_LIBS = @X_EXTRA_LIBS@
223
228
X_LIBS = @X_LIBS@