diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 18:15:09 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 18:15:09 -0400 |
commit | 9a15fe378126040cd8ce488fbfbdefbd1df1fa7a (patch) | |
tree | 4e9c4da84aef5b4e9601b7d81a15d179a57fe197 /Makefile.am.common | |
parent | Import LibreSSL 3.7.0 (diff) | |
download | libretls-9a15fe378126040cd8ce488fbfbdefbd1df1fa7a.tar.gz libretls-9a15fe378126040cd8ce488fbfbdefbd1df1fa7a.zip |
Import LibreSSL 3.7.1
Diffstat (limited to '')
-rw-r--r-- | Makefile.am.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am.common b/Makefile.am.common index 87aa807..5405704 100644 --- a/Makefile.am.common +++ b/Makefile.am.common @@ -1,3 +1,5 @@ AM_CFLAGS = -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL +AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS += -I$(abs_top_builddir)/include +AM_CPPFLAGS += -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= |