From 9ddbc590eab2267c8c7b98f1c41f5d75d81a860c Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Wed, 12 Sep 2012 13:39:47 +0200 Subject: [PATCH] [1959] Included perfdhcp/templates folder in Makefiles. --- 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 e75cbd8d3b..5368514353 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 53bc539d9d..0532f27dcc 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 0000000000..9253c6d449 --- /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