Protocols will reside in directory `proto'.
This commit is contained in:
parent
869c695998
commit
c5fd704e48
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue