diff options
author | Brent Cook <busterb@gmail.com> | 2017-04-10 09:30:29 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-04-11 08:45:04 -0500 |
commit | 58e4acdb1970ea7b3ab68b088a491b7b666c04d5 (patch) | |
tree | 5a9296d5a374c87db89d59077874a99065930c69 /crypto | |
parent | b2a6ff75b73195ffc1b71c76deaf878997ffd870 (diff) | |
download | portable-58e4acdb1970ea7b3ab68b088a491b7b666c04d5.tar.gz portable-58e4acdb1970ea7b3ab68b088a491b7b666c04d5.tar.bz2 portable-58e4acdb1970ea7b3ab68b088a491b7b666c04d5.zip |
move crypto_portable.sym to builddir
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index dc94a8c..04b67aa 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -15,7 +15,10 @@ EXTRA_DIST += crypto.sym | |||
15 | # needed for a CMake target | 15 | # needed for a CMake target |
16 | EXTRA_DIST += compat/strcasecmp.c | 16 | EXTRA_DIST += compat/strcasecmp.c |
17 | 17 | ||
18 | libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols $(top_srcdir)/crypto/crypto_portable.sym | 18 | BUILT_SOURCES = crypto_portable.sym |
19 | CLEANFILES = crypto_portable.sym | ||
20 | |||
21 | libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym | ||
19 | libcrypto_la_LIBADD = libcompat.la | 22 | libcrypto_la_LIBADD = libcompat.la |
20 | if !HAVE_EXPLICIT_BZERO | 23 | if !HAVE_EXPLICIT_BZERO |
21 | libcrypto_la_LIBADD += libcompatnoopt.la | 24 | libcrypto_la_LIBADD += libcompatnoopt.la |