]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Make: upgrade Babel makefiles
authorJan Moskyto Matejka <mq@ucw.cz>
Wed, 7 Dec 2016 08:12:06 +0000 (09:12 +0100)
committerJan Moskyto Matejka <mq@ucw.cz>
Wed, 7 Dec 2016 08:35:24 +0000 (09:35 +0100)
proto/babel/Makefile
proto/babel/babel.h

index 400ffbaca12f20c63dc4cb6bbff09274d1f5932e..d768470547eb07aca31c1c2da49558c1dcd386aa 100644 (file)
@@ -1,5 +1,4 @@
-source=babel.c packets.c
-root-rel=../../
-dir-name=proto/babel
-
-include ../../Rules
+src := babel.c packets.c
+obj := $(src-o-files)
+$(all-daemon)
+$(cf-local)
index aea0dd887169e6f38c3772bfa45a5314491ccbe4..920a67644d575bb237fd3dcfdabd0f887c30d62d 100644 (file)
@@ -21,7 +21,7 @@
 #include "lib/lists.h"
 #include "lib/socket.h"
 #include "lib/string.h"
-#include "lib/timer.h"
+#include "sysdep/unix/timer.h"
 
 #ifndef IPV6
 #error "The Babel protocol only speaks IPv6"