X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/ac82eac807a9818e676c316f8afeab5cff2572cd..8c5956c14f5834a072e1a9345ae1f356b14164ca:/symm/Makefile.am diff --git a/symm/Makefile.am b/symm/Makefile.am index 2a43f077..68d9267a 100644 --- a/symm/Makefile.am +++ b/symm/Makefile.am @@ -593,6 +593,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)