]> err.no Git - varnish/commitdiff
RT_LIBS dependency has moved from varnishd to libvarnish.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 12 Jul 2007 16:00:04 +0000 (16:00 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 12 Jul 2007 16:00:04 +0000 (16:00 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1676 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/Makefile.am
varnish-cache/lib/libvarnish/Makefile.am

index e9f8c87eeb825a51b3239a9795db9c5a27d4f210..f138a267db389af9e0cd5a53ff839bcd652cd402 100644 (file)
@@ -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}
index f68a4fd1ccd56f98dea20a40ab427650919e1b1b..278286ee24e1534bb0b1c878f72ddbb6a9ca60df 100644 (file)
@@ -19,3 +19,5 @@ libvarnish_la_SOURCES = \
        vss.c
 
 libvarnish_la_CFLAGS = -include config.h
+
+libvarnish_la_LIBADD = ${RT_LIBS}