From 70591fa06481e7935dcf66ec79812c470c71f4c8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Nov 1998 19:37:07 +0000 Subject: Compile and use the new configuration code by default. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3