diff options
author | Rickard Green <[email protected]> | 2018-07-18 15:14:29 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-21 17:40:59 +0200 |
commit | b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e (patch) | |
tree | 8416d3b946a107acfaa92eeaaf5b0e5fd4949247 /.gitignore | |
parent | d4b456742b8bdab6222008ffd20e3d086b646e3f (diff) | |
download | otp-b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e.tar.gz otp-b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e.tar.bz2 otp-b3f4e9ee21b1f400b3c26c18c56ebc1ec13b5b4e.zip |
Move configuration of crypto to crypto application from erts
In order to be able to handle runtime library path in crypto
also DED parts was broken out into a macro.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 46db1ffc9b..e4bd5eb35b 100644 --- a/.gitignore +++ b/.gitignore @@ -208,6 +208,7 @@ JAVADOC-GENERATED /lib/wx/autoconf/config.guess /lib/wx/autoconf/config.sub /lib/wx/autoconf/install-sh +/lib/crypto/aclocal.m4 # # Files generated when building/running tests (especially if |