[fuzzing] Make "make hb-fuzzer" build lib dependency
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 19 Feb 2016 07:43:39 +0000 (14:43 +0700)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 19 Feb 2016 07:43:39 +0000 (14:43 +0700)
Not going to do with util/, but is convenient here.

test/fuzzing/Makefile.am

index 2b2693f..a726690 100644 (file)
@@ -39,6 +39,9 @@ hb_fuzzer_CPPFLAGS = \
        $(AM_CPPFLAGS) \
        -DMAIN \
        $(NULL)
+hb_fuzzer_DEPENDENCIES = \
+       lib \
+       $(NULL)
 
 check:
        cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \