aboutsummaryrefslogtreecommitdiff
path: root/tests/dga/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dga/Makefile.in')
-rw-r--r--tests/dga/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dga/Makefile.in b/tests/dga/Makefile.in
index 52fdea113..39958c4f9 100644
--- a/tests/dga/Makefile.in
+++ b/tests/dga/Makefile.in
@@ -7,10 +7,10 @@ SRCHOME=../../src
ifneq ($(OS),Windows_NT)
CFLAGS+=-fPIC -DPIC
endif
-CFLAGS+=-g -I$(SRCHOME)/include @CFLAGS@
+CFLAGS+=-g -I$(SRCHOME)/include @NDPI_CFLAGS@
LIBNDPI=$(SRCHOME)/lib/libndpi.a
LIBS=$(LIBNDPI) @ADDITIONAL_LIBS@ -lpthread @LIBS@
-LDFLAGS=@LDFLAGS@
+LDFLAGS+=@NDPI_LDFLAGS@
HEADERS=$(SRCHOME)/include/ndpi_api.h $(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h
OBJS=dga_evaluate
PREFIX?=@prefix@