mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 06:51:54 +00:00
little makefile fix
This commit is contained in:
parent
fca9fca3d9
commit
fc8e454fb6
@ -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)
|
obj := $(src-o-files)
|
||||||
$(all-daemon)
|
$(all-daemon)
|
||||||
$(cf-local)
|
$(cf-local)
|
||||||
|
Loading…
Reference in New Issue
Block a user