mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Move define adjustments to CPPFLAGS. Adjust user CFLAGS directly, do not override during configuration. USER_CFLAGS is not necessary to build libcompat_noopt correctly.
3 lines
70 B
Makefile
3 lines
70 B
Makefile
AM_CFLAGS = -I$(top_srcdir)/include
|
|
AM_CPPFLAGS = -DLIBRESSL_INTERNAL
|