aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-08 07:33:50 -0600
committerBrent Cook <busterb@gmail.com>2021-11-08 07:33:50 -0600
commit04ab1061f305d11ba292668e7405dd73008a2c1e (patch)
treed449e925f951ad7b1142de1538298d6ecfa08992 /crypto/Makefile.am
parent0319bb7edb88f4eeb98f0a18072e0d7a3f62bb77 (diff)
downloadportable-04ab1061f305d11ba292668e7405dd73008a2c1e.tar.gz
portable-04ab1061f305d11ba292668e7405dd73008a2c1e.tar.bz2
portable-04ab1061f305d11ba292668e7405dd73008a2c1e.zip
build updates
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
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
7AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa 7AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa
8AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp 8AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
9AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes 9AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
10AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509
10AM_CPPFLAGS += -I$(top_srcdir)/crypto 11AM_CPPFLAGS += -I$(top_srcdir)/crypto
11 12
12noinst_LTLIBRARIES = libcompat.la 13noinst_LTLIBRARIES = libcompat.la