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 /influxdb/Makefile.in | |
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 'influxdb/Makefile.in')
-rw-r--r-- | influxdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/influxdb/Makefile.in b/influxdb/Makefile.in index e5378b25a..14113476b 100644 --- a/influxdb/Makefile.in +++ b/influxdb/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@ +LIB=$(LIBDPI) -lm @ADDITIONAL_LIBS@ @LIBS@ TOOLS=metric_anomaly |