diff options
| author | Brent Cook <busterb@gmail.com> | 2015-05-23 19:23:35 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
| commit | 901ea927ce87fe739ff2688d43bfdc3eae506b1e (patch) | |
| tree | f7fd44c4d91c799bb557b8dbccfc75477cb0c9cb /libtls-standalone/src/Makefile.am | |
| parent | 1a369f0fd7f3c6b7d17d0a9b358644a7d8216fc0 (diff) | |
| download | portable-901ea927ce87fe739ff2688d43bfdc3eae506b1e.tar.gz portable-901ea927ce87fe739ff2688d43bfdc3eae506b1e.tar.bz2 portable-901ea927ce87fe739ff2688d43bfdc3eae506b1e.zip | |
flesh out libtls test program a bit, move to tests
Diffstat (limited to 'libtls-standalone/src/Makefile.am')
| -rw-r--r-- | libtls-standalone/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtls-standalone/src/Makefile.am b/libtls-standalone/src/Makefile.am index e821186..7844525 100644 --- a/libtls-standalone/src/Makefile.am +++ b/libtls-standalone/src/Makefile.am | |||
| @@ -3,7 +3,7 @@ AM_CFLAGS = -I$(top_srcdir)/include | |||
| 3 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
| 4 | 4 | ||
| 5 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | 5 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
| 6 | libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) | 6 | libtls_la_LIBADD = -lcrypto -lssl -lcrypto $(PLATFORM_LDADD) |
| 7 | libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la | 7 | libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la |
| 8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la | 8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la |
| 9 | 9 | ||
