]> git.proxmox.com Git - mirror_frr.git/blame - ospf6d/Makefile.am
debianpkg: Add missing XSBC-Original-Maintainer field (fixes merge error)
[mirror_frr.git] / ospf6d / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
9e8da292 3AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
718e3744 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
95bb8305 7AM_CFLAGS = $(WERROR)
46bc0e43 8
718e3744 9noinst_LIBRARIES = libospf6.a
5986b66b 10module_LTLIBRARIES =
718e3744 11sbin_PROGRAMS = ospf6d
12
13libospf6_a_SOURCES = \
4a1ab8e4 14 ospf6_memory.c \
508e53e2 15 ospf6_network.c ospf6_message.c ospf6_lsa.c ospf6_lsdb.c \
16 ospf6_top.c ospf6_area.c ospf6_interface.c ospf6_neighbor.c \
17 ospf6_flood.c ospf6_route.c ospf6_intra.c ospf6_zebra.c \
5986b66b 18 ospf6_spf.c ospf6_proto.c ospf6_asbr.c ospf6_abr.c \
7f342629 19 ospf6d.c ospf6_bfd.c
718e3744 20
21noinst_HEADERS = \
4a1ab8e4 22 ospf6_memory.h \
508e53e2 23 ospf6_network.h ospf6_message.h ospf6_lsa.h ospf6_lsdb.h \
24 ospf6_top.h ospf6_area.h ospf6_interface.h ospf6_neighbor.h \
25 ospf6_flood.h ospf6_route.h ospf6_intra.h ospf6_zebra.h \
3012671f 26 ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6_abr.h \
7f342629 27 ospf6d.h ospf6_bfd.h
718e3744 28
29ospf6d_SOURCES = \
30 ospf6_main.c $(libospf6_a_SOURCES)
31
5986b66b
DL
32ospf6d_LDADD = ../lib/libfrr.la @LIBCAP@
33
34if SNMP
35module_LTLIBRARIES += ospf6d_snmp.la
36endif
37ospf6d_snmp_la_SOURCES = ospf6_snmp.c
a2638926 38ospf6d_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS)
5986b66b
DL
39ospf6d_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
40ospf6d_snmp_la_LIBADD = ../lib/libfrrsnmp.la
718e3744 41
d6b72f7a 42examplesdir = $(exampledir)
43dist_examples_DATA = ospf6d.conf.sample