Commit 0d8eb095 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Don't distribute varnishstat_curses_help.c

It's cheap to rebuild, and it might lead to rebuilding it in $(srcdir)
instead of $(builddir) in a VPATH build. If the source tree is write
protected this will obviously fail.

Reported by phk.
parent de6288cb
......@@ -11,10 +11,12 @@ varnishstat_SOURCES = \
varnishstat.c \
varnishstat_bindings.h \
varnishstat_curses.c \
varnishstat_curses_help.c \
varnishstat_options.h
BUILT_SOURCES = varnishstat_curses_help.c
nodist_varnishstat_SOURCES = \
varnishstat_curses_help.c
BUILT_SOURCES = $(nodist_varnishstat_SOURCES)
varnishstat_help_gen_SOURCES = \
varnishstat_help_gen.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment