X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/912ebbc5f3e9f9485c476a34566c62ad11b8daa3..6a024d24d97cb5d42c0091571735475b849f59f4:/symm/Makefile.am diff --git a/symm/Makefile.am b/symm/Makefile.am index 0e56319d..6a0683cb 100644 --- a/symm/Makefile.am +++ b/symm/Makefile.am @@ -551,6 +551,7 @@ check_PROGRAMS += poly1305-p11.t poly1305_p11_t_SOURCES = poly1305.c poly1305_p11_t_CPPFLAGS = $(AM_CPPFLAGS) -DTEST_RIG -DSRCDIR="\"$(srcdir)\"" poly1305_p11_t_CPPFLAGS += -DPOLY1305_IMPL=11 +poly1305_p11_t_LDFLAGS = $(TEST_LDFLAGS) poly1305_p11_t_LDADD = $(TEST_LIBS) $(top_builddir)/libcatacomb.la poly1305_p11_t_LDADD += $(mLib_LIBS) $(CATACOMB_LIBS) $(LIBS)