parent 4ed5e022
...@@ -108,8 +108,6 @@ Build required components from varnish-cache:: ...@@ -108,8 +108,6 @@ Build required components from varnish-cache::
./autogen.des && \ ./autogen.des && \
pushd include && \ pushd include && \
make vcs_version.h && \ make vcs_version.h && \
popd && pushd lib/libvarnish && \
make libvarnish.la && \
popd && pushd lib/libvsc && popd && pushd lib/libvsc &&
make VSC_main.c \ make VSC_main.c \
) )
......
...@@ -210,7 +210,7 @@ noinst_LTLIBRARIES += \ ...@@ -210,7 +210,7 @@ noinst_LTLIBRARIES += \
libfellowwitness.la libfellowwitness.la
libfellow_libadd = \ libfellow_libadd = \
$(VARNISHSRC)/lib/libvarnish/libvarnish.la $(XXHASH_LIBS) $(VARNISHAPI_LIBS) $(XXHASH_LIBS)
io_ioctl_sources = \ io_ioctl_sources = \
fellow_io_ioctl.c \ fellow_io_ioctl.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