flesh out libtls test program a bit, move to tests
This commit is contained in:
@@ -3,7 +3,7 @@ AM_CFLAGS = -I$(top_srcdir)/include
|
||||
lib_LTLIBRARIES = libtls.la
|
||||
|
||||
libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
|
||||
libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD)
|
||||
libtls_la_LIBADD = -lcrypto -lssl -lcrypto $(PLATFORM_LDADD)
|
||||
libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la
|
||||
libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la
|
||||
|
||||
|
Reference in New Issue
Block a user