summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-06-03 10:35:40 +0200
committerMartin Mares <mj@ucw.cz>1998-06-03 10:35:40 +0200
commitc5fd704e48333fb8e690d78a3be1303f6c2638c7 (patch)
tree595195346496385bcdbd8d9dd416e2e52fd5cd51 /Makefile
parent869c695998f0bc3b80d8500d88a53fb169c21bc1 (diff)
downloadbird-c5fd704e48333fb8e690d78a3be1303f6c2638c7.tar
bird-c5fd704e48333fb8e690d78a3be1303f6c2638c7.zip
Protocols will reside in directory `proto'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a1716a..962a71c 100644
--- 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