]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/Makefile.am
[trivia] finish off static'ification of ospf6d and ripngd
[mirror_frr.git] / ospf6d / Makefile.am
index d8d22ba9111eb4884c4dacbe98a2229df40ac6d3..01bc6fe068ae1f0e22886a2a0326373064b09a8b 100644 (file)
@@ -1,9 +1,12 @@
 ## Process this file with automake to produce Makefile.in.
 
-INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
+INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
 INSTALL_SDATA=@INSTALL@ -m 600
 
+AM_CFLAGS = $(PICFLAGS)
+AM_LDFLAGS = $(PILDFLAGS)
+
 noinst_LIBRARIES = libospf6.a
 sbin_PROGRAMS = ospf6d
 
@@ -18,7 +21,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 = \