Commit f23c07c7 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Martin Blix Grydeland

Update autotools to compile varnishhist

parent c28824d7
......@@ -6,7 +6,7 @@
SUBDIRS = varnishadm varnishd varnishlog varnishtest varnishncsa
if VARNISH_CURSES
#SUBDIRS += varnishhist varnishstat varnishtop
SUBDIRS += varnishhist
SUBDIRS += varnishstat
SUBDIRS += varnishtop
endif
......@@ -5,8 +5,14 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
bin_PROGRAMS = varnishhist
varnishhist_SOURCES = varnishhist.c \
varnishhist_options.h \
varnishhist_options.c \
$(top_builddir)/lib/libvarnish/vas.c \
$(top_builddir)/lib/libvarnish/version.c
$(top_builddir)/lib/libvarnish/version.c \
$(top_srcdir)/lib/libvarnish/vpf.c \
$(top_srcdir)/lib/libvarnish/vtim.c \
$(top_srcdir)/lib/libvarnish/flopen.c \
$(top_srcdir)/lib/libvarnishtools/vut.c
varnishhist_LDADD = \
$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
......
......@@ -566,6 +566,7 @@ AC_CONFIG_FILES([
bin/varnishlog/Makefile
bin/varnishstat/Makefile
bin/varnishtop/Makefile
bin/varnishhist/Makefile
bin/varnishtest/Makefile
bin/varnishncsa/Makefile
doc/Makefile
......
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