1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Simplified the protocol hookup code in Makefiles

This commit is contained in:
Maria Matejka
2022-08-18 18:32:33 +02:00
parent bc4ad83dac
commit dc28c6ed1c
14 changed files with 3 additions and 26 deletions

View File

@ -2,6 +2,5 @@ src := pipe.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,pipe_build)
tests_objs := $(tests_objs) $(src-o-files)