summaryrefslogtreecommitdiffstats
path: root/proto/bgp/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-20 22:50:17 +0100
committerMartin Mares <mj@ucw.cz>2000-03-20 22:50:17 +0100
commitc01e37416d09a92bf838250a15fe99fdc48bc010 (patch)
treec10e7963b18993c97a3f33746677d6814477ea9a /proto/bgp/Makefile
parent1cf716f0751ce1d146d6d5114cb36686844d4817 (diff)
downloadbird-c01e37416d09a92bf838250a15fe99fdc48bc010.tar
bird-c01e37416d09a92bf838250a15fe99fdc48bc010.zip
Started work on BGP. Wrote main part of the connection handling code.
Diffstat (limited to 'proto/bgp/Makefile')
-rw-r--r--proto/bgp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/Makefile b/proto/bgp/Makefile
index 8358bc8..0f0ba27 100644
--- a/proto/bgp/Makefile
+++ b/proto/bgp/Makefile
@@ -1,4 +1,4 @@
-source=bgp.c
+source=bgp.c attrs.c
root-rel=../../
dir-name=proto/bgp