~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/hgfs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
129
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
130
KERNEL_RELEASE = @KERNEL_RELEASE@
130
131
LDFLAGS = @LDFLAGS@
131
132
LIBOBJS = @LIBOBJS@
 
133
LIBPNG_CONFIG = @LIBPNG_CONFIG@
 
134
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
135
LIBPNG_LIBS = @LIBPNG_LIBS@
132
136
LIBS = @LIBS@
133
137
LIBTOOL = @LIBTOOL@
134
138
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
158
162
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
159
163
PROCPS_LIBS = @PROCPS_LIBS@
160
164
RANLIB = @RANLIB@
 
165
RPCGEN = @RPCGEN@
161
166
SED = @SED@
162
167
SET_MAKE = @SET_MAKE@
163
168
SHELL = @SHELL@
164
169
STRIP = @STRIP@
165
170
TARGET_OS = @TARGET_OS@
 
171
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
172
URIPARSER_LIBS = @URIPARSER_LIBS@
166
173
VERSION = @VERSION@
167
174
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
168
175
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
171
178
X_EXTRA_LIBS = @X_EXTRA_LIBS@
172
179
X_LIBS = @X_LIBS@
173
180
X_PRE_LIBS = @X_PRE_LIBS@
 
181
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
182
ZLIB_LIBS = @ZLIB_LIBS@
174
183
abs_builddir = @abs_builddir@
175
184
abs_srcdir = @abs_srcdir@
176
185
abs_top_builddir = @abs_top_builddir@