summaryrefslogtreecommitdiff
path: root/ripngd/Makefile.am
diff options
context:
space:
mode:
authorhasso <hasso>2003-05-24 21:41:49 +0000
committerhasso <hasso>2003-05-24 21:41:49 +0000
commit0750d21fcfb034e47f781b09d984bfeec62b56a4 (patch)
treed8be8f2b61607f34a74c1897e6abdf3466917ff3 /ripngd/Makefile.am
parent04a72e593b870688649653f569ebc0e7589b4fdb (diff)
Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Used
same idea as in lib/distribute.c to allow extract.pl to pick up commands for vtysh.
Diffstat (limited to 'ripngd/Makefile.am')
-rw-r--r--ripngd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/Makefile.am b/ripngd/Makefile.am
index 90b8b65c..2835aa24 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_ifrmap.c
+ ripng_routemap.c
noinst_HEADERS = \
- ripng_debug.h ripng_route.h ripngd.h ripng_ifrmap.h
+ ripng_debug.h ripng_route.h ripngd.h
ripngd_SOURCES = \
ripng_main.c $(libripng_a_SOURCES)