From ef967f6420c4c08224527bf781104d3a9daf1104 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 3 Aug 2006 09:45:36 +0000 Subject: [PATCH] Remove libevent from the picture. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@617 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/Makefile.am | 2 +- varnish-cache/autogen.sh | 2 +- varnish-cache/bin/varnishtester/Makefile.am | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/varnish-cache/Makefile.am b/varnish-cache/Makefile.am index b67cd489..0d79a4d6 100644 --- a/varnish-cache/Makefile.am +++ b/varnish-cache/Makefile.am @@ -1,3 +1,3 @@ # $Id$ -SUBDIRS = contrib include lib bin +SUBDIRS = include lib bin diff --git a/varnish-cache/autogen.sh b/varnish-cache/autogen.sh index 490e0608..2492fcb7 100755 --- a/varnish-cache/autogen.sh +++ b/varnish-cache/autogen.sh @@ -11,7 +11,7 @@ if [ -d /usr/local/gnu-autotools/bin ] ; then fi base=$(cd $(dirname $0) && pwd) -for dir in $base $base/contrib/libevent ; do +for dir in $base ; do ( echo $dir cd $dir diff --git a/varnish-cache/bin/varnishtester/Makefile.am b/varnish-cache/bin/varnishtester/Makefile.am index eaeefeae..ba39377f 100644 --- a/varnish-cache/bin/varnishtester/Makefile.am +++ b/varnish-cache/bin/varnishtester/Makefile.am @@ -1,6 +1,6 @@ # $Id: Makefile.am 426 2006-07-11 12:31:44Z phk $ -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/contrib/libevent +INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = varnishtester @@ -12,5 +12,4 @@ varnishtester_SOURCES = \ # varnishd_LDFLAGS = -export-dynamic varnishtester_LDADD = \ - $(top_builddir)/lib/libvarnish/libvarnish.la \ - $(top_builddir)/contrib/libevent/libevent.la + $(top_builddir)/lib/libvarnish/libvarnish.la -- 2.39.5