diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 19:17:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:20:41 -0400 |
commit | 7314efbbff8888e2e9b9676b5ef8343c0f64554d (patch) | |
tree | 8033458e5c2407a746a6bd97853db77143074044 /Makefile.am.common | |
parent | Merge LibreSSL 3.7.0 (diff) | |
parent | Import LibreSSL 3.7.1 (diff) | |
download | libretls-7314efbbff8888e2e9b9676b5ef8343c0f64554d.tar.gz libretls-7314efbbff8888e2e9b9676b5ef8343c0f64554d.zip |
Merge LibreSSL 3.7.1
Diffstat (limited to 'Makefile.am.common')
-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= |