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

« back to all changes in this revision

Viewing changes to xlators/protocol/server/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:
128
128
AUTOHEADER = @AUTOHEADER@
129
129
AUTOMAKE = @AUTOMAKE@
130
130
AWK = @AWK@
 
131
BUILD_PYTHON_INC = @BUILD_PYTHON_INC@
 
132
BUILD_PYTHON_LIB = @BUILD_PYTHON_LIB@
131
133
CC = @CC@
132
134
CCDEPMODE = @CCDEPMODE@
133
135
CFLAGS = @CFLAGS@
158
160
GF_HOST_OS = @GF_HOST_OS@
159
161
GF_LDADD = @GF_LDADD@
160
162
GF_LDFLAGS = @GF_LDFLAGS@
 
163
GLIB_CFLAGS = @GLIB_CFLAGS@
 
164
GLIB_LIBS = @GLIB_LIBS@
 
165
GLUPY_SUBDIR = @GLUPY_SUBDIR@
 
166
GLUPY_SUBDIR_MAKEFILE = @GLUPY_SUBDIR_MAKEFILE@
 
167
GLUPY_SUBDIR_SRC_MAKEFILE = @GLUPY_SUBDIR_SRC_MAKEFILE@
161
168
GREP = @GREP@
162
169
HAVE_BACKTRACE = @HAVE_BACKTRACE@
163
170
HAVE_LINKAT = @HAVE_LINKAT@
179
186
LIBOBJS = @LIBOBJS@
180
187
LIBS = @LIBS@
181
188
LIBTOOL = @LIBTOOL@
182
 
LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
183
 
LIBXML2_LIBS = @LIBXML2_LIBS@
 
189
LIBZ_CFLAGS = @LIBZ_CFLAGS@
 
190
LIBZ_LIBS = @LIBZ_LIBS@
184
191
LIPO = @LIPO@
185
192
LN_S = @LN_S@
186
193
LTLIBOBJS = @LTLIBOBJS@
220
227
SYNCDAEMON_COMPILE = @SYNCDAEMON_COMPILE@
221
228
SYNCDAEMON_SUBDIR = @SYNCDAEMON_SUBDIR@
222
229
VERSION = @VERSION@
 
230
XML2_CONFIG = @XML2_CONFIG@
 
231
XML_CPPFLAGS = @XML_CPPFLAGS@
 
232
XML_LIBS = @XML_LIBS@
223
233
YACC = @YACC@
224
234
YFLAGS = @YFLAGS@
 
235
ZLIB_CFLAGS = @ZLIB_CFLAGS@
 
236
ZLIB_LIBS = @ZLIB_LIBS@
225
237
abs_builddir = @abs_builddir@
226
238
abs_srcdir = @abs_srcdir@
227
239
abs_top_builddir = @abs_top_builddir@
299
311
        -I$(top_srcdir)/libglusterfs/src \
300
312
        -DCONFDIR=\"$(sysconfdir)/glusterfs\" \
301
313
        -DLIBDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/auth\" \
302
 
        -I$(top_srcdir)/xlators/protocol/lib/src   \
303
 
        -I$(top_srcdir)/rpc/rpc-lib/src/       \
304
 
        -I$(top_srcdir)/rpc/xdr/src/
 
314
        -I$(top_srcdir)/xlators/protocol/lib/src \
 
315
        -I$(top_srcdir)/rpc/rpc-lib/src \
 
316
        -I$(top_srcdir)/rpc/xdr/src
305
317
 
306
318
AM_CFLAGS = -Wall $(GF_CFLAGS) \
307
319
            -DDATADIR=\"$(localstatedir)\"