From: Maria Matejka Date: Thu, 4 Jan 2024 10:54:47 +0000 (+0100) Subject: little makefile fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc8e454fb6b8fecf1b0a84bd503a43ba02c5d5eb;p=thirdparty%2Fbird.git little makefile fix --- diff --git a/nest/Makefile b/nest/Makefile index 4db65e6ac..f600957f7 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,8 @@ -src := a-path.c a-set.c cli.c cmds.c iface.c locks.c mpls.c neighbor.c password.c proto.c proto-build.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c cbor.c cbor_shortcuts.c +src := cbor.c cbor_shortcuts.c +obj := $(src-o-files) +$(all-client) + +src += a-path.c a-set.c cli.c cmds.c iface.c locks.c mpls.c neighbor.c password.c proto.c proto-build.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c obj := $(src-o-files) $(all-daemon) $(cf-local)