Commit 792a288b authored by Tollef Fog Heen's avatar Tollef Fog Heen

Distribute header files

Make sure we distribute the needed header files and ensure they're
part of the Makefile dependency chain


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5426 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a404889c
......@@ -77,6 +77,7 @@ noinst_HEADERS = \
default_vcl.h \
hash_slinger.h \
heritage.h \
locks.h \
mgt.h \
mgt_cli.h \
steps.h \
......
......@@ -5,6 +5,7 @@ pkginclude_HEADERS = \
vsl.h \
vsl_tags.h \
vsc_fields.h \
vsc_all.h \
vsc.h \
varnishapi.h
......
......@@ -11,6 +11,7 @@ libvcl_la_SOURCES = \
vcc_compile.h \
vcc_token_defs.h \
vcc_types.h \
symbol_kind.h \
\
vcc_acl.c \
vcc_action.c \
......
......@@ -8,6 +8,7 @@ libvmod_std_la_LDFLAGS = -version-info 1:0:0
libvmod_std_la_SOURCES = \
vcc_if.c \
vcc_if.h \
vmod_std.c
vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
......
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