diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-11 03:43:24 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-11 03:56:57 -0500 |
commit | 0e9857d448faeaa3963ec838a03152c7e0b26d98 (patch) | |
tree | 5f6893d0581437507bf4e96c8b075f0ed887acbc /Makefile.am.common | |
parent | 77b34fe012cab6b7d2cd535c6813c25d9afd3b10 (diff) | |
download | portable-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.common | 2 |
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 @@ | |||
1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
2 | AM_CPPFLAGS += -DOPENSSL_NO_ASM | 2 | AM_CPPFLAGS += -DOPENSSL_NO_ASM |
3 | AM_CPPFLAGS += -DHAVE_CRYPTODEV | ||
4 | AM_CPPFLAGS += -DLIBRESSL_INTERNAL | ||