~ubuntu-branches/ubuntu/quantal/open-vm-tools/quantal-201210021442

« back to all changes in this revision

Viewing changes to lib/hgfsServer/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:
123
123
FGREP = @FGREP@
124
124
FUSE_CPPFLAGS = @FUSE_CPPFLAGS@
125
125
FUSE_LIBS = @FUSE_LIBS@
 
126
GIO_CPPFLAGS = @GIO_CPPFLAGS@
 
127
GIO_LIBS = @GIO_LIBS@
126
128
GLIB2_CPPFLAGS = @GLIB2_CPPFLAGS@
127
129
GLIB2_LIBS = @GLIB2_LIBS@
128
130
GMODULE_CPPFLAGS = @GMODULE_CPPFLAGS@
138
140
GTK_LIBS = @GTK_LIBS@
139
141
HAVE_DOT = @HAVE_DOT@
140
142
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
143
HGFS_LIBS = @HGFS_LIBS@
141
144
ICU_CPPFLAGS = @ICU_CPPFLAGS@
142
145
ICU_LIBS = @ICU_LIBS@
143
146
INSTALL = @INSTALL@
145
148
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
149
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
150
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
151
INSTVMSG = @INSTVMSG@
148
152
KERNEL_RELEASE = @KERNEL_RELEASE@
149
153
LD = @LD@
150
154
LDFLAGS = @LDFLAGS@
157
161
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
158
162
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
159
163
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
164
LINUXINCLUDE = @LINUXINCLUDE@
160
165
LIPO = @LIPO@
161
166
LN_S = @LN_S@
162
167
LTLIBOBJS = @LTLIBOBJS@
191
196
RANLIB = @RANLIB@
192
197
RPCGEN = @RPCGEN@
193
198
RPCGENFLAGS = @RPCGENFLAGS@
 
199
RPCGEN_WRAPPER = @RPCGEN_WRAPPER@
194
200
SED = @SED@
195
201
SET_MAKE = @SET_MAKE@
196
202
SHELL = @SHELL@
207
213
VMTOOLS_CPPFLAGS = @VMTOOLS_CPPFLAGS@
208
214
VMTOOLS_LIBS = @VMTOOLS_LIBS@
209
215
VMUSR_PLUGIN_INSTALLDIR = @VMUSR_PLUGIN_INSTALLDIR@
210
 
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
211
 
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
212
216
XDR_LIBS = @XDR_LIBS@
213
217
XMKMF = @XMKMF@
 
218
XSM_LIBS = @XSM_LIBS@
214
219
X_CFLAGS = @X_CFLAGS@
215
220
X_EXTRA_LIBS = @X_EXTRA_LIBS@
216
221
X_LIBS = @X_LIBS@