Commit 2da01d5d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove libevent from the picture.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@617 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3f8aba11
# $Id$
SUBDIRS = contrib include lib bin
SUBDIRS = include lib bin
......@@ -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
......
# $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
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