From: Jan Moskyto Matejka Date: Wed, 7 Dec 2016 08:12:06 +0000 (+0100) Subject: Make: upgrade Babel makefiles X-Git-Tag: v2.0.0-pre0~9^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f70bed8f5fd50873f92b6e119de8864c2631a8;p=thirdparty%2Fbird.git Make: upgrade Babel makefiles --- diff --git a/proto/babel/Makefile b/proto/babel/Makefile index 400ffbaca..d76847054 100644 --- a/proto/babel/Makefile +++ b/proto/babel/Makefile @@ -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) diff --git a/proto/babel/babel.h b/proto/babel/babel.h index aea0dd887..920a67644 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -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"