diff options
author | paul <paul> | 2005-10-28 12:23:09 +0200 |
---|---|---|
committer | paul <paul> | 2005-10-28 12:23:09 +0200 |
commit | 92779fe51dd061ab1502a9acdc0cf5241748e0c7 (patch) | |
tree | e9bfbaca14c5e87dee26c9e98aa1cefcb3650cea /ripd/Makefile.am | |
parent | 2005-10-26 Paul Jakma <paul.jakma@sun.com> (diff) | |
download | frr-92779fe51dd061ab1502a9acdc0cf5241748e0c7.tar.xz frr-92779fe51dd061ab1502a9acdc0cf5241748e0c7.zip |
2005-10-28 Paul Jakma <paul.jakma@sun.com>
* Makefile.am: Add rip_interface.h, or else it doesn't get
included in dists.
Diffstat (limited to 'ripd/Makefile.am')
-rw-r--r-- | ripd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/Makefile.am b/ripd/Makefile.am index dd51e341c..c36b58c6d 100644 --- a/ripd/Makefile.am +++ b/ripd/Makefile.am @@ -12,7 +12,7 @@ librip_a_SOURCES = \ 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) |