summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.am
blob: 40442c342af8108e5b97349f5b6f7e1550c5d542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_LTLIBRARIES = libgb.la

libgb_la_SOURCES = common.c utils.c

noinst_HEADERS = common.h utils.h

libgb_la_CFLAGS = -DDATADIR=\"$(localstatedir)\" -I$(top_builddir)/rpc/rpcl

libgb_ladir = $(includedir)/gluster-block/utils

DISTCLEANFILES = Makefile.in

CLEANFILES = *~