]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
little makefile fix
authorMaria Matejka <mq@ucw.cz>
Thu, 4 Jan 2024 10:54:47 +0000 (11:54 +0100)
committerMaria Matejka <mq@ucw.cz>
Thu, 4 Jan 2024 10:54:47 +0000 (11:54 +0100)
nest/Makefile

index 4db65e6acba3bed3abd261fa4103bfba5e94bd37..f600957f7d80aa258bc060b910139b984e9ae85e 100644 (file)
@@ -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)