diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-09-28 01:03:42 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-07-05 17:09:07 +0200 |
commit | 57d9bce6a73788e1213b5a1292c21a56ae12daa6 (patch) | |
tree | a3c49af4154ad04c1eccce9ee8ac133650a70d5b /nest/Makefile | |
parent | 19ca80c07efa6fb9f519bec136def7b04e96363d (diff) |
TunnelEncaps: Initial commit
Diffstat (limited to 'nest/Makefile')
-rw-r--r-- | nest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/Makefile b/nest/Makefile index ef0fdf67..aa75fed7 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,4 @@ -src := a-path.c a-set.c cli.c cmds.c iface.c locks.c mpls.c neighbor.c password.c proto.c proto-build.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c +src := a-path.c a-set.c a-tlv.c cli.c cmds.c iface.c locks.c mpls.c neighbor.c password.c proto.c proto-build.c rt-attr.c rt-dev.c rt-fib.c rt-show.c rt-table.c obj := $(src-o-files) $(all-daemon) $(cf-local) |