Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
bdaee941
Commit
bdaee941
authored
Dec 08, 2011
by
Stephen Morris
Browse files
[1450] Modify makefiles to get this to build in BIND 10
parent
6f615f4d
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bdaee941
...
...
@@ -938,6 +938,7 @@ AC_CONFIG_FILES([Makefile
tests/tools/Makefile
tests/tools/badpacket/Makefile
tests/tools/badpacket/tests/Makefile
tests/tools/perfdhcp/Makefile
])
AC_OUTPUT([doc/version.ent
compatcheck/sqlite3-difftbl-check.py
...
...
tests/tools/Makefile.am
View file @
bdaee941
SUBDIRS
=
badpacket
SUBDIRS
=
badpacket
perfdhcp
tests/tools/perfdhcp/Makefile.am
0 → 100644
View file @
bdaee941
SUBDIRS
=
.
AM_CXXFLAGS
=
$(B10_CXXFLAGS)
AM_LDFLAGS
=
-lrt
-lm
if
USE_STATIC_LINK
AM_LDFLAGS
+=
-static
endif
pkglibexec_PROGRAMS
=
perfdhcp
perfdhcp_SOURCES
=
perfdhcp.c
Write
Preview
Supports
Markdown
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