Commit 3b0b8770 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Retire varnishreplay for good

parent 8d0b30e7
......@@ -2,7 +2,6 @@
# Disabling building of the tools while api is in flux
#SUBDIRS = varnishreplay
SUBDIRS = \
varnishadm \
varnishd \
......
......@@ -2,7 +2,6 @@ SUBDIRS += varnishadm
SUBDIRS += varnishd
SUBDIRS += varnishlog
SUBDIRS += varnishncsa
# varnishreplay
SUBDIRS += varnishtest
SUBDIRS += varnishstat
SUBDIRS += varnishhist
......
#
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
bin_PROGRAMS = varnishreplay
varnishreplay_SOURCES = \
varnishreplay.c \
$(top_srcdir)/lib/libvarnish/vas.c \
$(top_srcdir)/lib/libvarnish/vtcp.c \
$(top_srcdir)/lib/libvarnish/vss.c
varnishreplay_LDADD = \
$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
${RT_LIBS} ${PTHREAD_LIBS} ${NET_LIBS} ${LIBM}
PROG_SRC = varnishreplay.c
LD_ADD += ${LIB_VARNISH}
LD_ADD += ${LIB_VARNISHAPI}
TOPDIR = $(CURDIR)/../..
include $(TOPDIR)/Makefile.inc.phk
This diff is collapsed.
......@@ -64,9 +64,6 @@ varnishlog.1: \
$(top_srcdir)/doc/sphinx/include/varnishlog_synopsis.rst
${RST2MAN} $(RST2ANY_FLAGS) $(top_srcdir)/doc/sphinx/reference/varnishlog.rst $@
varnishreplay.1: $(top_srcdir)/doc/sphinx/reference/varnishreplay.rst
${RST2MAN} $(RST2ANY_FLAGS) $(top_srcdir)/doc/sphinx/reference/varnishreplay.rst $@
# XXX add _options.rst and _synopsis.rst here when it's been _opt2rst'ed
varnishstat.1: $(top_srcdir)/doc/sphinx/reference/varnishstat.rst
${RST2MAN} $(RST2ANY_FLAGS) $(top_srcdir)/doc/sphinx/reference/varnishstat.rst $@
......
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