BIND 10 trac1450, updated. bdaee9411ed47bb02470eb05c45486553f0c7778 [1450] Modify makefiles to get this to build in BIND 10
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 8 12:27:23 UTC 2011
The branch, trac1450 has been updated
via bdaee9411ed47bb02470eb05c45486553f0c7778 (commit)
from 6f615f4d947042151a35f8e8184564a0cd08052c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bdaee9411ed47bb02470eb05c45486553f0c7778
Author: Stephen Morris <stephen at isc.org>
Date: Thu Dec 8 12:26:25 2011 +0000
[1450] Modify makefiles to get this to build in BIND 10
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
tests/tools/Makefile.am | 2 +-
tests/tools/perfdhcp/Makefile.am | 11 +++++++++++
3 files changed, 13 insertions(+), 1 deletions(-)
create mode 100644 tests/tools/perfdhcp/Makefile.am
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 917a32d..ce5742d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index 2f07494..ac10c40 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -1 +1 @@
-SUBDIRS = badpacket
+SUBDIRS = badpacket perfdhcp
diff --git a/tests/tools/perfdhcp/Makefile.am b/tests/tools/perfdhcp/Makefile.am
new file mode 100644
index 0000000..0707e61
--- /dev/null
+++ b/tests/tools/perfdhcp/Makefile.am
@@ -0,0 +1,11 @@
+SUBDIRS = .
+
+AM_CXXFLAGS = $(B10_CXXFLAGS)
+
+AM_LDFLAGS = -lrt -lm
+if USE_STATIC_LINK
+AM_LDFLAGS += -static
+endif
+
+pkglibexec_PROGRAMS = perfdhcp
+perfdhcp_SOURCES = perfdhcp.c
More information about the bind10-changes
mailing list