diff options
author | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-11-23 12:46:44 +0100 |
commit | 67ab6a11877f6d1671da4afa6fbd142bf61a1ed2 (patch) | |
tree | 271d43e6fb989e75cfd0cac8fe7402d645bb4772 /Makefile.am.common | |
parent | f015aed7a0942003e14f52a902a15551712a3ac9 (diff) | |
download | portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.gz portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.tar.bz2 portable-67ab6a11877f6d1671da4afa6fbd142bf61a1ed2.zip |
Neuter namespace differently to fix Appveyor CI
Diffstat (limited to 'Makefile.am.common')
-rw-r--r-- | Makefile.am.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am.common b/Makefile.am.common index 2c641c5..87aa807 100644 --- a/Makefile.am.common +++ b/Makefile.am.common | |||
@@ -1,4 +1,3 @@ | |||
1 | AM_CFLAGS = | 1 | AM_CFLAGS = |
2 | AM_CPPFLAGS = -I$(top_srcdir)/crypto/hidden -I$(top_srcdir)/ssl/hidden | 2 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL |
3 | AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL | ||
4 | AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= | 3 | AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= |