summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-11-27 20:37:07 +0100
committerMartin Mares <mj@ucw.cz>1998-11-27 20:37:07 +0100
commit70591fa06481e7935dcf66ec79812c470c71f4c8 (patch)
tree63c10001645c64464df5d735a85c15bbb8e594fa /Makefile
parentf142750d3420d482d7e9344c71777fdd37754114 (diff)
downloadbird-70591fa06481e7935dcf66ec79812c470c71f4c8.tar
bird-70591fa06481e7935dcf66ec79812c470c71f4c8.zip
Compile and use the new configuration code by default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eec90c7..c7dd702 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
PROTOCOLS=rip
LIBDIRS=sysdep/linux sysdep/unix lib
-STDDIRS=nest $(addprefix proto/,$(PROTOCOLS))
+BASEDIRS=nest $(addprefix proto/,$(PROTOCOLS))
+STDDIRS=$(BASEDIRS) $(OBJDIR)/conf
DIRS=$(STDDIRS) $(OBJDIR)/lib
PARTOBJS=$(join $(addsuffix /,$(STDDIRS)),$(subst /,_,$(addsuffix .o,$(STDDIRS))))
LIBS=$(OBJDIR)/lib/birdlib.a