summaryrefslogtreecommitdiffstats
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/Makefile.am b/rpc/Makefile.am
index 9f85e23..66717bb 100644
--- a/rpc/Makefile.am
+++ b/rpc/Makefile.am
@@ -5,10 +5,10 @@ libgbxdr_la_SOURCES = block_clnt.c block_xdr.c block_svc.c \
noinst_HEADERS = block.h glfs-operations.h
-libgbxdr_la_CFLAGS = -DDATADIR=\"$(localstatedir)\" \
+libgbxdr_la_CFLAGS = $(GFAPI_CFLAGS) -DDATADIR=\"$(localstatedir)\" \
-I$(top_srcdir)/utils/
-libgbxdr_la_LIBADD = $(GFAPI) $(UUID)
+libgbxdr_la_LIBADD = $(GFAPI_LIBS) $(UUID)
libgbxdr_ladir = $(includedir)/gluster-block/rpc