summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorpaul <paul>2005-10-28 10:23:09 +0000
committerpaul <paul>2005-10-28 10:23:09 +0000
commita818bff41fab49b51614ec5229ae6af13f929d80 (patch)
tree7494a4e8030f2a96feb201335c51a8648feeb770 /ripd
parentea8fbed7587ed56f56085ef561995fa928c07146 (diff)
downloadquagga-a818bff41fab49b51614ec5229ae6af13f929d80.tar.bz2
quagga-a818bff41fab49b51614ec5229ae6af13f929d80.tar.xz
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')
-rw-r--r--ripd/ChangeLog5
-rw-r--r--ripd/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog
index e93a57ca..e9f7e07c 100644
--- a/ripd/ChangeLog
+++ b/ripd/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-28 Paul Jakma <paul.jakma@sun.com>
+
+ * Makefile.am: Add rip_interface.h, or else it doesn't get
+ included in dists.
+
2005-10-26 Paul Jakma <paul.jakma@sun.com>
* (general) static/extern functions and definitions.
diff --git a/ripd/Makefile.am b/ripd/Makefile.am
index dd51e341..c36b58c6 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)