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

« back to all changes in this revision

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