Commit e7547765 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Link against libvgz



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5678 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c62dcadf
# $Id$
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
INCLUDES = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/lib/libvgz \
-I$(top_builddir)/include
sbin_PROGRAMS = varnishd
......@@ -94,6 +97,7 @@ varnishd_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
$(top_builddir)/lib/libvcl/libvcl.la \
$(top_builddir)/lib/libvgz/libvgz.la \
@JEMALLOC_LDADD@ \
${DL_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM} ${LIBUMEM}
......
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