0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Protocols will reside in directory `proto'.

This commit is contained in:
Martin Mares 1998-06-03 08:35:40 +00:00
parent 869c695998
commit c5fd704e48

View File

@ -11,7 +11,7 @@ CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
PROTOCOLS=
LIBDIRS=sysdep/linux sysdep/unix lib
STDDIRS=nest $(PROTOCOLS)
STDDIRS=nest $(addprefix proto/,$(PROTOCOLS))
DIRS=$(STDDIRS) $(OBJDIR)/lib
PARTOBJS=$(join $(addsuffix /,$(STDDIRS)),$(subst /,_,$(addsuffix .o,$(STDDIRS))))
LIBS=$(OBJDIR)/lib/birdlib.a