~ubuntu-branches/debian/sid/glusterfs/sid

« back to all changes in this revision

Viewing changes to api/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-04-22 10:00:41 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140422100041-6mur2ttyvb8zzpfq
Tags: 3.5.0-1
* New upstream release.
  - Rewrite patch 01-spelling-error.
  - Adjust lintian overrides.
  - Install new files.
  - The offical tarball is not properly generated, hack it around.
  - Add symlink from fusermount-glusterfs manpage to mount.glusterfs.
  - Move gsync-sync-gfid from /usr/share to /usr/lib.
  - Add benchmarking directory.
* Remove old versioned build dependencies and build depend on libglib2.0-dev.
* Add lintian override for possible-gpl-code-linked-with-openssl. It is the
  same false positive like with the gluster-server package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
AUTOHEADER = @AUTOHEADER@
134
134
AUTOMAKE = @AUTOMAKE@
135
135
AWK = @AWK@
 
136
BUILD_PYTHON_INC = @BUILD_PYTHON_INC@
 
137
BUILD_PYTHON_LIB = @BUILD_PYTHON_LIB@
136
138
CC = @CC@
137
139
CCDEPMODE = @CCDEPMODE@
138
140
CFLAGS = @CFLAGS@
163
165
GF_HOST_OS = @GF_HOST_OS@
164
166
GF_LDADD = @GF_LDADD@
165
167
GF_LDFLAGS = @GF_LDFLAGS@
 
168
GLIB_CFLAGS = @GLIB_CFLAGS@
 
169
GLIB_LIBS = @GLIB_LIBS@
 
170
GLUPY_SUBDIR = @GLUPY_SUBDIR@
 
171
GLUPY_SUBDIR_MAKEFILE = @GLUPY_SUBDIR_MAKEFILE@
 
172
GLUPY_SUBDIR_SRC_MAKEFILE = @GLUPY_SUBDIR_SRC_MAKEFILE@
166
173
GREP = @GREP@
167
174
HAVE_BACKTRACE = @HAVE_BACKTRACE@
168
175
HAVE_LINKAT = @HAVE_LINKAT@
184
191
LIBOBJS = @LIBOBJS@
185
192
LIBS = @LIBS@
186
193
LIBTOOL = @LIBTOOL@
187
 
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
188
 
LIBXML2_LIBS = @LIBXML2_LIBS@
 
194
LIBZ_CFLAGS = @LIBZ_CFLAGS@
 
195
LIBZ_LIBS = @LIBZ_LIBS@
189
196
LIPO = @LIPO@
190
197
LN_S = @LN_S@
191
198
LTLIBOBJS = @LTLIBOBJS@
225
232
SYNCDAEMON_COMPILE = @SYNCDAEMON_COMPILE@
226
233
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
227
234
VERSION = @VERSION@
 
235
XML2_CONFIG = @XML2_CONFIG@
 
236
XML_CPPFLAGS = @XML_CPPFLAGS@
 
237
XML_LIBS = @XML_LIBS@
228
238
YACC = @YACC@
229
239
YFLAGS = @YFLAGS@
 
240
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
241
ZLIB_LIBS = @ZLIB_LIBS@
230
242
abs_builddir = @abs_builddir@
231
243
abs_srcdir = @abs_srcdir@
232
244
abs_top_builddir = @abs_top_builddir@