mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Make: upgrade Babel makefiles
This commit is contained in:
parent
cd6ca9b1f6
commit
f7f70bed8f
@ -1,5 +1,4 @@
|
|||||||
source=babel.c packets.c
|
src := babel.c packets.c
|
||||||
root-rel=../../
|
obj := $(src-o-files)
|
||||||
dir-name=proto/babel
|
$(all-daemon)
|
||||||
|
$(cf-local)
|
||||||
include ../../Rules
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "lib/lists.h"
|
#include "lib/lists.h"
|
||||||
#include "lib/socket.h"
|
#include "lib/socket.h"
|
||||||
#include "lib/string.h"
|
#include "lib/string.h"
|
||||||
#include "lib/timer.h"
|
#include "sysdep/unix/timer.h"
|
||||||
|
|
||||||
#ifndef IPV6
|
#ifndef IPV6
|
||||||
#error "The Babel protocol only speaks IPv6"
|
#error "The Babel protocol only speaks IPv6"
|
||||||
|
Loading…
Reference in New Issue
Block a user