]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Protocols will reside in directory `proto'.
authorMartin Mares <mj@ucw.cz>
Wed, 3 Jun 1998 08:35:40 +0000 (08:35 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 3 Jun 1998 08:35:40 +0000 (08:35 +0000)
Makefile

index 0a1716aeeb808a1465b29e6a59691106e1d0d6f4..962a71ccb82d59d3f7f2b16630fa864af370c8a6 100644 (file)
--- a/Makefile
+++ b/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