0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

little makefile fix

This commit is contained in:
Maria Matejka 2024-01-04 11:54:47 +01:00
parent fca9fca3d9
commit fc8e454fb6

View 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)