From: Jeremy C. Reed Date: Wed, 14 Nov 2012 14:12:29 +0000 (-0600) Subject: [master] don't install the *example.hex files X-Git-Tag: trac2487_base~1^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470aa3b8ecb855b0a9f6ad75b44c4f30bf35de8a;p=thirdparty%2Fkea.git [master] don't install the *example.hex files They are used for testing. Discussed on jabber. Also see ticket #2479 (but this commit doesn't solve the main issue reported there). --- diff --git a/tests/tools/perfdhcp/templates/Makefile.am b/tests/tools/perfdhcp/templates/Makefile.am index 33930a7e0e..c22787f3e5 100644 --- a/tests/tools/perfdhcp/templates/Makefile.am +++ b/tests/tools/perfdhcp/templates/Makefile.am @@ -5,8 +5,6 @@ SUBDIRS = . CLEANFILES = test1.hex test2.hex test3.hex test4.hex test5.hex perfdhcpdir = $(pkgdatadir) -perfdhcp_DATA = discover-example.hex request4-example.hex -perfdhcp_DATA += solicit-example.hex request6-example.hex EXTRA_DIST = discover-example.hex request4-example.hex EXTRA_DIST += solicit-example.hex request6-example.hex