diff options
author | paul <paul> | 2003-04-19 15:54:03 +0000 |
---|---|---|
committer | paul <paul> | 2003-04-19 15:54:03 +0000 |
commit | 41ce926cb4c0eb7fc07aed25c0452793fc054fc5 (patch) | |
tree | f30b2ad6b6402a18927119fc22a78bcd023481f8 /ripngd/Makefile.am | |
parent | 73ffb25bec41d729b0dac34d17b6ccd4aa25803b (diff) |
Hasso Tepper
http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch
Allows to extract.pl to pickup "route-map xxx in/out dev" commands for vtysh
(ripngd). As lib/if_rmap.[c|h] are used in ripngd only, I moved them to the
ripngd/ directory.
Diffstat (limited to 'ripngd/Makefile.am')
-rw-r--r-- | ripngd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am index 2835aa24..90b8b65c 100644 --- a/ripngd/Makefile.am +++ b/ripngd/Makefile.am @@ -9,10 +9,10 @@ sbin_PROGRAMS = ripngd libripng_a_SOURCES = \ ripng_interface.c ripngd.c ripng_zebra.c ripng_route.c ripng_debug.c \ - ripng_routemap.c + ripng_routemap.c ripng_ifrmap.c noinst_HEADERS = \ - ripng_debug.h ripng_route.h ripngd.h + ripng_debug.h ripng_route.h ripngd.h ripng_ifrmap.h ripngd_SOURCES = \ ripng_main.c $(libripng_a_SOURCES) |