diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-22 18:41:54 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-22 18:41:54 +0100 |
commit | 8ae1cce7ef3941125344dcb2f459c989f87de182 (patch) | |
tree | cfb68371d5a7eaf5bbd0b471d0eab99d26cc0fdd /Makefile.am.common | |
parent | 7b66b2d9e652617855908ee5f82f292ae37dbd91 (diff) | |
download | portable-8ae1cce7ef3941125344dcb2f459c989f87de182.tar.gz portable-8ae1cce7ef3941125344dcb2f459c989f87de182.tar.bz2 portable-8ae1cce7ef3941125344dcb2f459c989f87de182.zip |
Update autoconf framework to build again
Diffstat (limited to 'Makefile.am.common')
-rw-r--r-- | Makefile.am.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am.common b/Makefile.am.common index 87aa807..2c641c5 100644 --- a/Makefile.am.common +++ b/Makefile.am.common | |||
@@ -1,3 +1,4 @@ | |||
1 | AM_CFLAGS = | 1 | AM_CFLAGS = |
2 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL | 2 | AM_CPPFLAGS = -I$(top_srcdir)/crypto/hidden -I$(top_srcdir)/ssl/hidden |
3 | AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL | ||
3 | AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= | 4 | AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= |