diff options
| author | Brent Cook <busterb@gmail.com> | 2017-04-10 09:30:29 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2017-04-10 09:30:29 -0500 |
| commit | 922cd9c94ecc20989a3bce1069a786f31a199b90 (patch) | |
| tree | 41ae923410ea19e97a3bef22f59685b36407f21c /crypto | |
| parent | 7ecfed76904ce380085648cd67d712df6b21b454 (diff) | |
| download | portable-922cd9c94ecc20989a3bce1069a786f31a199b90.tar.gz portable-922cd9c94ecc20989a3bce1069a786f31a199b90.tar.bz2 portable-922cd9c94ecc20989a3bce1069a786f31a199b90.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 |
