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 /rrdtool | |
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 'rrdtool')
-rw-r--r-- | rrdtool/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdtool/Makefile.in b/rrdtool/Makefile.in index 228d28eff..55f0d6a10 100644 --- a/rrdtool/Makefile.in +++ b/rrdtool/Makefile.in @@ -2,7 +2,7 @@ CC=@CC@ INC=-I ../src/include -I/usr/local/include LIBDPI=../src/lib/libndpi.a LDFLAGS=@LDFLAGS@ -LIB=$(LIBDPI) -lrrd -lm @LIBS@ @ADDITIONAL_LIBS@ @LIBRRD@ +LIB=$(LIBDPI) -lm @ADDITIONAL_LIBS@ @LIBRRD@ @LIBS@ TOOLS=rrd_anomaly rrd_similarity |