diff options
author | Toni <matzeton@googlemail.com> | 2022-06-12 21:00:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 21:00:41 +0200 |
commit | df0ff9bcbd62482a08038c3f573e461f93e4c602 (patch) | |
tree | 978e973f082f6c94df3ccb9565ac619fad889992 /tests/unit | |
parent | 341f58fd8043649b65df737354b35df56c70ce54 (diff) |
Added gprof CPU/HEAP profiling support. (#1592)
* Some small auto{conf,make} improvements
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.in b/tests/unit/Makefile.in index 36f8bec3e..9185c9031 100644 --- a/tests/unit/Makefile.in +++ b/tests/unit/Makefile.in @@ -10,7 +10,7 @@ CFLAGS+=-fPIC -DPIC endif CFLAGS+=-g -I$(SRCHOME)/include @JSONC_CFLAGS@ @PCAP_INC@ @CFLAGS@ LIBNDPI=$(SRCHOME)/lib/libndpi.a -LIBS=$(LIBNDPI) @PCAP_LIB@ @LIBS@ @ADDITIONAL_LIBS@ @JSONC_LIBS@ -lpthread +LIBS=$(LIBNDPI) @PCAP_LIB@ @ADDITIONAL_LIBS@ @JSONC_LIBS@ @LIBS@ LDFLAGS=@LDFLAGS@ HEADERS=$(SRCHOME)/include/ndpi_api.h $(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h OBJS=unit |