]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/babel/Makefile
Protocols have their own explicit init routines
[thirdparty/bird.git] / proto / babel / Makefile
index a5b4a13b2a8bd1d3a94ea536010b688fce88f5bd..ae6aeaf24d27401843e2ca8f1cbc3473783312b8 100644 (file)
@@ -2,5 +2,6 @@ src := babel.c packets.c
 obj := $(src-o-files)
 $(all-daemon)
 $(cf-local)
+$(call proto-build,babel_build)
 
-tests_objs := $(tests_objs) $(src-o-files)
\ No newline at end of file
+tests_objs := $(tests_objs) $(src-o-files)