]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-10-10 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Sun, 10 Oct 2004 08:07:29 +0000 (08:07 +0000)
committerpaul <paul>
Sun, 10 Oct 2004 08:07:29 +0000 (08:07 +0000)
* Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS

ospf6d/ChangeLog
ospf6d/Makefile.am

index ed23a2bc0cf57bc9f8344571b3ff68f69107eb23..2628fecd4e65a7748782d8c2b606e14dc6acce25 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-10 Paul Jakma <paul@dishone.st>
+
+       * Makefile.am: fix listing of ospf_snmp.c in noinst_HEADERS
+
 2004-10-06  Yasuhiro Ohara  <yasu@sfc.wide.ad.jp>
 
        * ospf6_snmp.[ch], OSPFV3-MIB.txt: start supporting SNMP.
index d8d22ba9111eb4884c4dacbe98a2229df40ac6d3..cfdd93f26ff0a1cc8b65fa70d42e0bba9fbcfadc 100644 (file)
@@ -18,7 +18,7 @@ noinst_HEADERS = \
        ospf6_network.h ospf6_message.h ospf6_lsa.h ospf6_lsdb.h \
        ospf6_top.h ospf6_area.h ospf6_interface.h ospf6_neighbor.h \
        ospf6_flood.h ospf6_route.h ospf6_intra.h ospf6_zebra.h \
-       ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6_abr.h ospf6_snmp.c \
+       ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6_abr.h ospf6_snmp.h \
        ospf6d.h
 
 ospf6d_SOURCES = \