From fc8e454fb6b8fecf1b0a84bd503a43ba02c5d5eb Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Thu, 4 Jan 2024 11:54:47 +0100 Subject: [PATCH] little makefile fix --- nest/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.47.2