Commit b2174b7a authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

RT_LIBS dependency has moved from varnishd to libvarnish.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1676 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f2bb6485
......@@ -68,4 +68,4 @@ varnishd_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la \
$(top_builddir)/lib/libcompat/libcompat.a \
$(top_builddir)/lib/libvcl/libvcl.la \
${DL_LIBS} ${RT_LIBS} ${PTHREAD_LIBS}
${DL_LIBS} ${PTHREAD_LIBS}
......@@ -19,3 +19,5 @@ libvarnish_la_SOURCES = \
vss.c
libvarnish_la_CFLAGS = -include config.h
libvarnish_la_LIBADD = ${RT_LIBS}
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