Commit cc267fcd authored by Nils Goroll's avatar Nils Goroll

Add vtstor.h and dependencies

vtstor.c includes vtstor.h which includes vcc_if.h
parent bdc32c9e
Pipeline #20 skipped
......@@ -9,12 +9,17 @@ libvmod_vtstor_la_LDFLAGS = -module -export-dynamic -avoid-version -shared
libvmod_vtstor_la_SOURCES = \
vtstor.c \
vtstor.h \
vmod_vtstor.c
nodist_libvmod_vtstor_la_SOURCES = \
vcc_if.c \
vcc_if.h
vtstor.c: vtstor.h
vtstor.h: vcc_if.h
dist_man_MANS = vmod_vtstor.3
vmod_vtstor.3: vmod_vtstor.man.rst
......
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