blob: 45520cadafb87c5073940f023cb9202e262ea231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
gluster_setgfid2pathdir = $(sbindir)
gluster_setgfid2path_PROGRAMS = gluster-setgfid2path
gluster_setgfid2path_SOURCES = main.c
gluster_setgfid2path_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
gluster_setgfid2path_LDFLAGS = $(GF_LDFLAGS)
AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
-I$(top_builddir)/rpc/xdr/src
AM_CFLAGS = -Wall $(GF_CFLAGS)
|