mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1959] Included perfdhcp/templates folder in Makefiles.
This commit is contained in:
@@ -1199,6 +1199,7 @@ AC_CONFIG_FILES([Makefile
|
|||||||
tests/tools/badpacket/tests/Makefile
|
tests/tools/badpacket/tests/Makefile
|
||||||
tests/tools/perfdhcp/Makefile
|
tests/tools/perfdhcp/Makefile
|
||||||
tests/tools/perfdhcp/tests/Makefile
|
tests/tools/perfdhcp/tests/Makefile
|
||||||
|
tests/tools/perfdhcp/templates/Makefile
|
||||||
dns++.pc
|
dns++.pc
|
||||||
])
|
])
|
||||||
AC_OUTPUT([doc/version.ent
|
AC_OUTPUT([doc/version.ent
|
||||||
|
@@ -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 -I$(top_builddir)/src/lib
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
|
AM_CPPFLAGS += -I$(top_srcdir)/src/lib/log -I$(top_builddir)/src/lib/log
|
||||||
|
4
tests/tools/perfdhcp/templates/Makefile.am
Normal file
4
tests/tools/perfdhcp/templates/Makefile.am
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
SUBDIRS = .
|
||||||
|
|
||||||
|
perfdhcp_DATA = discover-example.hex request4-example.hex \
|
||||||
|
solicit-example.hex request6-example.hex
|
Reference in New Issue
Block a user