From 9afc452761c630816e443b9e945f3db2259afbb9 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Sun, 11 Oct 2015 16:45:25 -0700 Subject: nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am CPPFLAGS should just be set by the user at configure time Signed-off-by: Jeremy Huddleston Sequoia --- apps/nc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index 4e6f41d..cfcdab1 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -11,7 +11,7 @@ nc_LDADD += $(top_builddir)/crypto/libcrypto.la nc_LDADD += $(top_builddir)/ssl/libssl.la nc_LDADD += $(top_builddir)/tls/libtls.la -CPPFLAGS += -I$(top_srcdir)/apps/nc/compat +AM_CPPFLAGS += -I$(top_srcdir)/apps/nc/compat nc_SOURCES = atomicio.c nc_SOURCES += netcat.c -- cgit v1.2.3-55-g6feb