From f59e83630e01442963d2b9e359caf14af334bc23 Mon Sep 17 00:00:00 2001 From: lns Date: Sun, 12 Jun 2022 20:05:43 +0200 Subject: Added gprof CPU/HEAP profiling support. * Some small auto{conf,make} improvements Signed-off-by: lns --- tests/performance/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/performance') diff --git a/tests/performance/Makefile.in b/tests/performance/Makefile.in index 28f3dbc72..54c5e9fd9 100644 --- a/tests/performance/Makefile.in +++ b/tests/performance/Makefile.in @@ -1,5 +1,5 @@ INC=-I ../../src/include/ -I ../../src/lib/third_party/include/ -LIB=../../src/lib/libndpi.a @ADDITIONAL_LIBS@ +LIB=../../src/lib/libndpi.a @ADDITIONAL_LIBS@ @LIBS@ TOOLS=substringsearch patriciasearch gcrypt-int gcrypt-gnu TESTS=substring_test patricia_test -- cgit v1.2.3