diff options
author | Brent Cook <busterb@gmail.com> | 2021-11-08 07:33:50 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-11-08 07:33:50 -0600 |
commit | 04ab1061f305d11ba292668e7405dd73008a2c1e (patch) | |
tree | d449e925f951ad7b1142de1538298d6ecfa08992 /crypto/Makefile.am | |
parent | 0319bb7edb88f4eeb98f0a18072e0d7a3f62bb77 (diff) | |
download | portable-04ab1061f305d11ba292668e7405dd73008a2c1e.tar.gz portable-04ab1061f305d11ba292668e7405dd73008a2c1e.tar.bz2 portable-04ab1061f305d11ba292668e7405dd73008a2c1e.zip |
build updates
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 4030eae..35148e3 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -7,6 +7,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh | |||
7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa | 7 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa |
8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | 8 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp |
9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 | ||
10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | 11 | AM_CPPFLAGS += -I$(top_srcdir)/crypto |
11 | 12 | ||
12 | noinst_LTLIBRARIES = libcompat.la | 13 | noinst_LTLIBRARIES = libcompat.la |