diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-18 20:37:44 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-18 21:05:43 +0900 |
| commit | 484feaae9157d8e4d91e81d305b9cd0ff6af0c91 (patch) | |
| tree | 7cacb2743653c703365d027b388136d29dd82f80 /ssl | |
| parent | 3276be122f6c5d3912bbfb266227335b65c9d851 (diff) | |
| download | portable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.tar.gz portable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.tar.bz2 portable-484feaae9157d8e4d91e81d305b9cd0ff6af0c91.zip | |
Stop generating .def files by update.sh
Diffstat (limited to 'ssl')
| -rw-r--r-- | ssl/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am index b210b92..59a4d23 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am | |||
| @@ -4,7 +4,6 @@ lib_LTLIBRARIES = libssl.la | |||
| 4 | 4 | ||
| 5 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
| 6 | EXTRA_DIST += CMakeLists.txt | 6 | EXTRA_DIST += CMakeLists.txt |
| 7 | EXTRA_DIST += ssl.def | ||
| 8 | EXTRA_DIST += ssl.sym | 7 | EXTRA_DIST += ssl.sym |
| 9 | 8 | ||
| 10 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym | 9 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -export-symbols $(top_srcdir)/ssl/ssl.sym |
