summaryrefslogtreecommitdiffstats
path: root/xlators/experimental/jbr-server/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/experimental/jbr-server/src/Makefile.am')
-rw-r--r--xlators/experimental/jbr-server/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/experimental/jbr-server/src/Makefile.am b/xlators/experimental/jbr-server/src/Makefile.am
index b3ceb2d9eda..42d3c8a6c36 100644
--- a/xlators/experimental/jbr-server/src/Makefile.am
+++ b/xlators/experimental/jbr-server/src/Makefile.am
@@ -27,7 +27,7 @@ AM_CFLAGS = -Wall $(GF_CFLAGS)
JBR_PREFIX = $(top_srcdir)/xlators/experimental/jbr-server/src
JBR_GEN_FOPS = $(JBR_PREFIX)/gen-fops.py
-JBR_TEMPLATES = $(JBR_PREFIX)/all-templates.c
+JBR_TEMPLATES = $(JBR_PREFIX)/all-templates.c.in
JBR_WRAPPER = $(JBR_PREFIX)/jbr.c
noinst_PYTHON = $(JBR_GEN_FOPS)
EXTRA_DIST = $(JBR_TEMPLATES) $(JBR_WRAPPER)