From ec2711ba84ebdfcb41d68a32c256a31e189806cd Mon Sep 17 00:00:00 2001 From: Vitaly Lavrov Date: Wed, 30 Jan 2019 14:05:00 +0300 Subject: [PATCH] get CPPFLAGS from configure --- example/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile.in b/example/Makefile.in index bf218f503..d932f3706 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -1,5 +1,5 @@ CC=@CC@ -CFLAGS=-g -I../src/include @CFLAGS@ +CFLAGS=-g -I../src/include @CFLAGS@ @CPPFLAGS@ LIBNDPI=../src/lib/libndpi.a LDFLAGS=$(LIBNDPI) @PCAP_LIB@ -lpthread @LDFLAGS@ OBJS=ndpiReader.o ndpi_util.o