]> git.puffer.fish Git - mirror/frr.git/commitdiff
build: fix tests/prng.h missing from dist
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 22 Oct 2013 18:35:48 +0000 (11:35 -0700)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 22 Oct 2013 18:35:48 +0000 (11:35 -0700)
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>
tests/Makefile.am

index e5c7fd79de017be67d28d305ac291fa42f87c485..9260a900bdc83d6fbaea88d5fe1330acd70f0b75 100644 (file)
@@ -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