summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2013-10-22 11:35:48 -0700
committerDavid Lamparter <equinox@opensourcerouting.org>2013-10-22 11:35:48 -0700
commita83a1e9c2f035d3152451dcfc97ab13b4ac427b9 (patch)
treefa8652ff314e4e6ac5a45192742140f2d4157d85
parentfed643f4093abc0ed5e796aab9047768f7036ed6 (diff)
build: fix tests/prng.h missing from distHEADmaster
broken by fa713d9... "zebra: rework recursive route resolution", and I forgot to squash the fix into that. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e5c7fd79..9260a900 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