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/ChangeLog b/ripd/ChangeLog
index e93a57c..e9f7e07 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 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)