From: David Lamparter Date: Tue, 22 Oct 2013 18:35:48 +0000 (-0700) Subject: build: fix tests/prng.h missing from dist X-Git-Tag: frr-2.0-rc1~1634 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a83a1e9c2f035d3152451dcfc97ab13b4ac427b9;p=matthieu%2Ffrr.git build: fix tests/prng.h missing from dist broken by fa713d9... "zebra: rework recursive route resolution", and I forgot to squash the fix into that. Signed-off-by: David Lamparter --- diff --git a/tests/Makefile.am b/tests/Makefile.am index e5c7fd79de..9260a900bd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,6 +28,8 @@ check_PROGRAMS = testsig testbuffer testmemory heavy heavywq heavythread \ testprivs teststream testchecksum tabletest testnexthopiter \ $(TESTS_BGPD) +noinst_HEADERS = prng.h + testsig_SOURCES = test-sig.c testbuffer_SOURCES = test-buffer.c testmemory_SOURCES = test-memory.c