diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 20:37:07 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 20:37:07 +0100 |
commit | 70591fa06481e7935dcf66ec79812c470c71f4c8 (patch) | |
tree | 63c10001645c64464df5d735a85c15bbb8e594fa /Makefile | |
parent | f142750d3420d482d7e9344c71777fdd37754114 (diff) | |
download | bird-70591fa06481e7935dcf66ec79812c470c71f4c8.tar bird-70591fa06481e7935dcf66ec79812c470c71f4c8.zip |
Compile and use the new configuration code by default.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |