]> git.itanic.dy.fi Git - rrdd/blobdiff - Makefile
Introduce network parser
[rrdd] / Makefile
index 2cafd3d0345f3f32484fae90ff650f7890c63142..fe34614c59a8ae3b1880d49ab1f2a5a726289c65 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ LD=ld
 CFLAGS=-Wall -O2 -g -fPIC -D_GNU_SOURCE
 
 RRDD_OBJS= main.o process.o rrdtool.o parser.o built_in_parsers.o string.o \
-               debug.o config.o plugin_manager.o
+               debug.o config.o plugin_manager.o network_parser.o
 
 ONEWIRE_PARSER_OBJS = onewire_parser.o