summaryrefslogtreecommitdiffstats
path: root/xlators/experimental/jbr-client/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/experimental/jbr-client/src/Makefile.am')
-rw-r--r--xlators/experimental/jbr-client/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/experimental/jbr-client/src/Makefile.am b/xlators/experimental/jbr-client/src/Makefile.am
index 15616d13798..c71f5ff1e83 100644
--- a/xlators/experimental/jbr-client/src/Makefile.am
+++ b/xlators/experimental/jbr-client/src/Makefile.am
@@ -22,7 +22,7 @@ AM_CFLAGS = -Wall $(GF_CFLAGS)
JBRC_PREFIX = $(top_srcdir)/xlators/experimental/jbr-client/src
JBRC_GEN_FOPS = $(JBRC_PREFIX)/gen-fops.py
-JBRC_TEMPLATES = $(JBRC_PREFIX)/fop-template.c
+JBRC_TEMPLATES = $(JBRC_PREFIX)/fop-template.c.in
JBRC_WRAPPER = $(JBRC_PREFIX)/jbrc.c
noinst_PYTHON = $(JBRC_GEN_FOPS)
EXTRA_DIST = $(JBRC_TEMPLATES) $(JBRC_WRAPPER)