Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
22dddf3c
Commit
22dddf3c
authored
Jan 29, 2014
by
Martin Blix Grydeland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile.phk to handle varnishtop
parent
5acc552c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
Makefile.phk
bin/Makefile.phk
+1
-1
Makefile.phk
bin/varnishtop/Makefile.phk
+9
-3
No files found.
bin/Makefile.phk
View file @
22dddf3c
...
...
@@ -6,7 +6,7 @@ SUBDIRS += varnishncsa
SUBDIRS
+=
varnishtest
SUBDIRS
+=
varnishstat
# SUBDIRS += varnishhist
#
SUBDIRS += varnishtop
SUBDIRS
+=
varnishtop
TOPDIR
=
$(CURDIR)
/..
include
$(TOPDIR)/Makefile.inc.phk
bin/varnishtop/Makefile.phk
View file @
22dddf3c
PROG_SRC
=
varnishtop.c
PROG_SRC
+=
varnishtop.c
PROG_SRC
+=
varnishtop_options.c
LD_ADD
+=
${
LIB_VARNISH
}
LD_ADD
+=
${
LIB_VARNISH
TOOLS
}
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment