commit | 92779fe51dd061ab1502a9acdc0cf5241748e0c7 | [log] [tgz] |
---|---|---|
author | paul <paul> | Fri Oct 28 10:23:09 2005 +0000 |
committer | paul <paul> | Fri Oct 28 10:23:09 2005 +0000 |
tree | e9bfbaca14c5e87dee26c9e98aa1cefcb3650cea | |
parent | 05865c90ab0bc95b8ca1a54c794809891666cdce [diff] [blame] |
2005-10-28 Paul Jakma <paul.jakma@sun.com> * Makefile.am: Add rip_interface.h, or else it doesn't get included in dists.
diff --git a/ripd/Makefile.am b/ripd/Makefile.am index dd51e34..c36b58c 100644 --- a/ripd/Makefile.am +++ b/ripd/Makefile.am
@@ -12,7 +12,7 @@ rip_routemap.c rip_peer.c rip_offset.c noinst_HEADERS = \ - ripd.h rip_debug.h + ripd.h rip_debug.h rip_interface.h ripd_SOURCES = \ rip_main.c $(librip_a_SOURCES)