diff options
author | David Lamparter <equinox@diac24.net> | 2019-06-21 08:39:33 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-06-21 08:54:25 +0200 |
commit | 814a25859a3c1c9b8ab1ada727a80ce182ffc118 (patch) | |
tree | ed9c30a2f29cbe81924e3bcf470918d73e3305a5 /ripd/subdir.am | |
parent | vrrpd: use MTYPE_STATIC (diff) | |
download | frr-814a25859a3c1c9b8ab1ada727a80ce182ffc118.tar.xz frr-814a25859a3c1c9b8ab1ada727a80ce182ffc118.zip |
ripd: use MTYPE_STATIC
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripd/subdir.am')
-rw-r--r-- | ripd/subdir.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripd/subdir.am b/ripd/subdir.am index 2a63cc522..312c1db6a 100644 --- a/ripd/subdir.am +++ b/ripd/subdir.am @@ -23,7 +23,6 @@ ripd_librip_a_SOURCES = \ ripd/rip_debug.c \ ripd/rip_errors.c \ ripd/rip_interface.c \ - ripd/rip_memory.c \ ripd/rip_offset.c \ ripd/rip_northbound.c \ ripd/rip_peer.c \ @@ -40,7 +39,6 @@ noinst_HEADERS += \ ripd/rip_debug.h \ ripd/rip_errors.h \ ripd/rip_interface.h \ - ripd/rip_memory.h \ ripd/ripd.h \ # end |