aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.common
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-15 07:56:44 -0600
committerBrent Cook <busterb@gmail.com>2023-02-15 07:56:44 -0600
commit3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5 (patch)
tree99051bae4bb93a8e36f9560dc39f0b85d52b3f6f /Makefile.am.common
parent20fb2bdb1197008f46c080b8539084c69b7a8c92 (diff)
downloadportable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.gz
portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.tar.bz2
portable-3c7747fd8bcaaf2eb2f901c34d573bae52fea0c5.zip
generate opensslconf.h based on host cpu architecture
Diffstat (limited to 'Makefile.am.common')
-rw-r--r--Makefile.am.common4
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 @@
1AM_CFLAGS = 1AM_CFLAGS =
2AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL 2AM_CPPFLAGS = -I$(top_srcdir)/include
3AM_CPPFLAGS += -I$(abs_top_builddir)/include
4AM_CPPFLAGS += -I$(top_srcdir)/include/compat -DLIBRESSL_INTERNAL
3AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= 5AM_CPPFLAGS += -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS=