]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Client: No need for birdlib functions
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 7 Dec 2016 15:20:38 +0000 (16:20 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 7 Dec 2016 15:20:38 +0000 (16:20 +0100)
lib/Makefile

index acfe81aca16ba53ddd1c942f5a086b01a3966404..0c3528698fe02a26a6f6d7630e7b7618633a8f45 100644 (file)
@@ -1,7 +1,3 @@
-src := bitops.c checksum.c ip.c lists.c md5.c net.c patmatch.c printf.c sha1.c sha256.c sha512.c slists.c xmalloc.c
-obj := $(src-o-files)
-$(all-client)
-
 src := bitops.c checksum.c event.c flowspec.c idm.c ip.c lists.c mac.c md5.c mempool.c net.c patmatch.c printf.c resource.c sha1.c sha256.c sha512.c slab.c slists.c tbf.c xmalloc.c
 obj := $(src-o-files)
 $(all-daemon)