0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-13 22:58:42 +00:00
bird/proto/stats/Makefile
Vojtech Vilimek a0edbf88e4 Initial commit for new protocol `stats'
The protocol was created as a copy of pipe protocol. Many things left unchanged.
2022-07-13 15:39:14 +02:00

8 lines
139 B
Makefile

src := stats.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,stats_build)
tests_objs := $(tests_objs) $(src-o-files)