aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Makefile.in')
-rw-r--r--tests/unit/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.in b/tests/unit/Makefile.in
index 9916033f5..7ead9df73 100644
--- a/tests/unit/Makefile.in
+++ b/tests/unit/Makefile.in
@@ -6,7 +6,7 @@ SRCHOME=../../src
JSON_INC = $(shell pkg-config --cflags json-c)
JSON_LIB = $(shell pkg-config --libs json-c)
-CFLAGS=-g -fPIC -DPIC -I$(SRCHOME)/include $(JSON_INC) @CFLAGS@
+CFLAGS=-g -fPIC -DPIC -I$(SRCHOME)/include $(JSON_INC) @PCAP_INC@ @CFLAGS@
LIBNDPI=$(SRCHOME)/lib/libndpi.a
LDFLAGS=$(LIBNDPI) @PCAP_LIB@ @LIBS@ @ADDITIONAL_LIBS@ $(JSON_LIB) -lpthread -lm @LDFLAGS@
HEADERS=$(SRCHOME)/include/ndpi_api.h $(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h