diff options
Diffstat (limited to 'tests/performance/Makefile.in')
-rw-r--r-- | tests/performance/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |