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

« back to all changes in this revision

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