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

« back to all changes in this revision

Viewing changes to lib/impersonate/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:
125
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
126
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
127
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
128
KERNEL_RELEASE = @KERNEL_RELEASE@
128
129
LDFLAGS = @LDFLAGS@
129
130
LIBOBJS = @LIBOBJS@
 
131
LIBPNG_CONFIG = @LIBPNG_CONFIG@
 
132
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
133
LIBPNG_LIBS = @LIBPNG_LIBS@
130
134
LIBS = @LIBS@
131
135
LIBTOOL = @LIBTOOL@
132
136
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
156
160
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
157
161
PROCPS_LIBS = @PROCPS_LIBS@
158
162
RANLIB = @RANLIB@
 
163
RPCGEN = @RPCGEN@
159
164
SED = @SED@
160
165
SET_MAKE = @SET_MAKE@
161
166
SHELL = @SHELL@
162
167
STRIP = @STRIP@
163
168
TARGET_OS = @TARGET_OS@
 
169
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
170
URIPARSER_LIBS = @URIPARSER_LIBS@
164
171
VERSION = @VERSION@
165
172
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
166
173
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
169
176
X_EXTRA_LIBS = @X_EXTRA_LIBS@
170
177
X_LIBS = @X_LIBS@
171
178
X_PRE_LIBS = @X_PRE_LIBS@
 
179
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
180
ZLIB_LIBS = @ZLIB_LIBS@
172
181
abs_builddir = @abs_builddir@
173
182
abs_srcdir = @abs_srcdir@
174
183
abs_top_builddir = @abs_top_builddir@