aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am.common
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-11 03:43:24 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-11 03:56:57 -0500
commit0e9857d448faeaa3963ec838a03152c7e0b26d98 (patch)
tree5f6893d0581437507bf4e96c8b075f0ed887acbc /Makefile.am.common
parent77b34fe012cab6b7d2cd535c6813c25d9afd3b10 (diff)
downloadportable-0e9857d448faeaa3963ec838a03152c7e0b26d98.tar.gz
portable-0e9857d448faeaa3963ec838a03152c7e0b26d98.tar.bz2
portable-0e9857d448faeaa3963ec838a03152c7e0b26d98.zip
put CPP defines in CPPFLAGS
Diffstat (limited to 'Makefile.am.common')
-rw-r--r--Makefile.am.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am.common b/Makefile.am.common
index 7c8b280..9586e15 100644
--- a/Makefile.am.common
+++ b/Makefile.am.common
@@ -1,2 +1,4 @@
1AM_CPPFLAGS = -I$(top_srcdir)/include 1AM_CPPFLAGS = -I$(top_srcdir)/include
2AM_CPPFLAGS += -DOPENSSL_NO_ASM 2AM_CPPFLAGS += -DOPENSSL_NO_ASM
3AM_CPPFLAGS += -DHAVE_CRYPTODEV
4AM_CPPFLAGS += -DLIBRESSL_INTERNAL