1
0
mirror of https://github.com/gluster/gluster-block.git synced 2026-02-05 12:45:33 +01:00
Files
gluster-block/cli/Makefile.am

16 lines
482 B
Makefile
Raw Permalink Normal View History

sbin_PROGRAMS = gluster-block
gluster_block_SOURCES = gluster-block.c
gluster_block_LDADD = $(TIRPC_LIBS) \
$(top_builddir)/rpc/libgbrpc.la \
$(top_builddir)/utils/libgb.la
gluster_block_CFLAGS = $(TIRPC_CFLAGS) -DDATADIR=\"$(localstatedir)\" \
-I$(top_srcdir)/ -I$(top_srcdir)/utils/ \
-I$(top_srcdir)/rpc -I$(top_builddir)/rpc/rpcl
DISTCLEANFILES = Makefile.in
CLEANFILES = *~