diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-21 16:53:50 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-21 16:53:50 +0100 |
commit | 72a6ef11fe6589d0f4d5158c207ff8a0669becc3 (patch) | |
tree | a628b72e43d9d8bab7a3a4cf19d54d8374bb345c /proto/bgp/Makefile | |
parent | a8f944cb6e6c75c1aac2500ccf1f3905c4c3fd7a (diff) | |
download | bird-72a6ef11fe6589d0f4d5158c207ff8a0669becc3.tar bird-72a6ef11fe6589d0f4d5158c207ff8a0669becc3.zip |
Construction of BGP packets.
Diffstat (limited to 'proto/bgp/Makefile')
-rw-r--r-- | proto/bgp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/Makefile b/proto/bgp/Makefile index 0f0ba27..a634cf0 100644 --- a/proto/bgp/Makefile +++ b/proto/bgp/Makefile @@ -1,4 +1,4 @@ -source=bgp.c attrs.c +source=bgp.c attrs.c packets.c root-rel=../../ dir-name=proto/bgp |