aboutsummaryrefslogtreecommitdiff
path: root/rrdtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rrdtool/Makefile')
-rw-r--r--rrdtool/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/rrdtool/Makefile b/rrdtool/Makefile
new file mode 100644
index 000000000..0b884c7e9
--- /dev/null
+++ b/rrdtool/Makefile
@@ -0,0 +1,7 @@
+
+INC=-I ../src/include
+LIBDPI=../src/lib/libndpi.a
+LIB=$(LIBDPI) -lrrd -lm -lmaxminddb -lgcrypt
+
+rrd_anomaly: rrd_anomaly.c Makefile $(LIBDPI)
+ $(CC) -g $(INC) rrd_anomaly.c -o rrd_anomaly $(LIB)