]> git.puffer.fish Git - mirror/frr.git/commitdiff
2005-10-28 Paul Jakma <paul.jakma@sun.com>
authorpaul <paul>
Fri, 28 Oct 2005 10:23:09 +0000 (10:23 +0000)
committerpaul <paul>
Fri, 28 Oct 2005 10:23:09 +0000 (10:23 +0000)
* Makefile.am: Add rip_interface.h, or else it doesn't get
  included in dists.

ripd/ChangeLog
ripd/Makefile.am

index e93a57ca7f968640a7a3a57038d854be377ff164..e9f7e07cfb378d61599f89b1449086ac50a8a1fe 100644 (file)
@@ -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.
index dd51e341c2f6453ff14dd13b5924b1ba40b7b9ce..c36b58c6d740dd3a8d3e35e77b6679f086133341 100644 (file)
@@ -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)