BIND 10 trac1959, updated. 9ddbc590eab2267c8c7b98f1c41f5d75d81a860c [1959] Included perfdhcp/templates folder in Makefiles.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Sep 12 11:40:14 UTC 2012
The branch, trac1959 has been updated
via 9ddbc590eab2267c8c7b98f1c41f5d75d81a860c (commit)
from 45ca30e42d6f87bd1039cbcd7f83dfa15ebdcfa0 (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 9ddbc590eab2267c8c7b98f1c41f5d75d81a860c
Author: Marcin Siodelski <marcin at isc.org>
Date: Wed Sep 12 13:39:47 2012 +0200
[1959] Included perfdhcp/templates folder in Makefiles.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 1 +
tests/tools/perfdhcp/Makefile.am | 2 +-
tests/tools/perfdhcp/templates/Makefile.am | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 tests/tools/perfdhcp/templates/Makefile.am
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e75cbd8..5368514 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1199,6 +1199,7 @@ AC_CONFIG_FILES([Makefile
tests/tools/badpacket/tests/Makefile
tests/tools/perfdhcp/Makefile
tests/tools/perfdhcp/tests/Makefile
+ tests/tools/perfdhcp/templates/Makefile
dns++.pc
])
AC_OUTPUT([doc/version.ent
diff --git a/tests/tools/perfdhcp/Makefile.am b/tests/tools/perfdhcp/Makefile.am
index 53bc539..0532f27 100644
--- a/tests/tools/perfdhcp/Makefile.am
+++ b/tests/tools/perfdhcp/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . tests
+SUBDIRS = . tests templates
AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
diff --git a/tests/tools/perfdhcp/templates/Makefile.am b/tests/tools/perfdhcp/templates/Makefile.am
new file mode 100644
index 0000000..9253c6d
--- /dev/null
+++ b/tests/tools/perfdhcp/templates/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = .
+
+perfdhcp_DATA = discover-example.hex request4-example.hex \
+ solicit-example.hex request6-example.hex
More information about the bind10-changes
mailing list