Commit 22dddf3c authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Update Makefile.phk to handle varnishtop

parent 5acc552c
......@@ -6,7 +6,7 @@ SUBDIRS += varnishncsa
SUBDIRS += varnishtest
SUBDIRS += varnishstat
# SUBDIRS += varnishhist
# SUBDIRS += varnishtop
SUBDIRS += varnishtop
TOPDIR = $(CURDIR)/..
include $(TOPDIR)/Makefile.inc.phk
PROG_SRC = varnishtop.c
PROG_SRC += varnishtop.c
PROG_SRC += varnishtop_options.c
LD_ADD += ${LIB_VARNISH}
LD_ADD += ${LIB_VARNISHTOOLS}
LD_ADD += ${LIB_VARNISHAPI}
LD_ADD += ${LIB_VARNISH}
LD_ADD += ${LIB_PCRE}
LD_ADD += ${LIB_CURSES}
LD_ADD += -lm
TODO_ALL += build_man
TOPDIR = $(CURDIR)/../..
include $(TOPDIR)/Makefile.inc.phk
.PHONY: build_man
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