]> 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 400ffbaca12f20c63dc4cb6bbff09274d1f5932e..ae6aeaf24d27401843e2ca8f1cbc3473783312b8 100644 (file)
@@ -1,5 +1,7 @@
-source=babel.c packets.c
-root-rel=../../
-dir-name=proto/babel
+src := babel.c packets.c
+obj := $(src-o-files)
+$(all-daemon)
+$(cf-local)
+$(call proto-build,babel_build)
 
-include ../../Rules
+tests_objs := $(tests_objs) $(src-o-files)