diff options
author | lns <matzeton@googlemail.com> | 2022-06-12 20:05:43 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-06-12 20:05:43 +0200 |
commit | f59e83630e01442963d2b9e359caf14af334bc23 (patch) | |
tree | 978e973f082f6c94df3ccb9565ac619fad889992 /tests/dga/Makefile.in | |
parent | 341f58fd8043649b65df737354b35df56c70ce54 (diff) |
Added gprof CPU/HEAP profiling support.add/gprof
* Some small auto{conf,make} improvements
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'tests/dga/Makefile.in')
-rw-r--r-- | tests/dga/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dga/Makefile.in b/tests/dga/Makefile.in index 4bd6711bc..52fdea113 100644 --- a/tests/dga/Makefile.in +++ b/tests/dga/Makefile.in @@ -9,7 +9,7 @@ CFLAGS+=-fPIC -DPIC endif CFLAGS+=-g -I$(SRCHOME)/include @CFLAGS@ LIBNDPI=$(SRCHOME)/lib/libndpi.a -LIBS=$(LIBNDPI) @LIBS@ @ADDITIONAL_LIBS@ -lpthread +LIBS=$(LIBNDPI) @ADDITIONAL_LIBS@ -lpthread @LIBS@ LDFLAGS=@LDFLAGS@ HEADERS=$(SRCHOME)/include/ndpi_api.h $(SRCHOME)/include/ndpi_typedefs.h $(SRCHOME)/include/ndpi_protocol_ids.h OBJS=dga_evaluate |