]> git.proxmox.com Git - mirror_frr.git/blame - ospf6d/Makefile.am
doc: update installation instructions
[mirror_frr.git] / ospf6d / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
08d7f653 3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
718e3744 4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
46bc0e43
PKJ
7AM_CFLAGS = $(PICFLAGS)
8AM_LDFLAGS = $(PILDFLAGS)
9
718e3744 10noinst_LIBRARIES = libospf6.a
11sbin_PROGRAMS = ospf6d
12
13libospf6_a_SOURCES = \
508e53e2 14 ospf6_network.c ospf6_message.c ospf6_lsa.c ospf6_lsdb.c \
15 ospf6_top.c ospf6_area.c ospf6_interface.c ospf6_neighbor.c \
16 ospf6_flood.c ospf6_route.c ospf6_intra.c ospf6_zebra.c \
ef1bbf5c 17 ospf6_spf.c ospf6_proto.c ospf6_asbr.c ospf6_abr.c ospf6_snmp.c \
18 ospf6d.c
718e3744 19
20noinst_HEADERS = \
508e53e2 21 ospf6_network.h ospf6_message.h ospf6_lsa.h ospf6_lsdb.h \
22 ospf6_top.h ospf6_area.h ospf6_interface.h ospf6_neighbor.h \
23 ospf6_flood.h ospf6_route.h ospf6_intra.h ospf6_zebra.h \
ddd119fd 24 ospf6_spf.h ospf6_proto.h ospf6_asbr.h ospf6_abr.h ospf6_snmp.h \
ef1bbf5c 25 ospf6d.h
718e3744 26
27ospf6d_SOURCES = \
28 ospf6_main.c $(libospf6_a_SOURCES)
29
b7a97f82 30ospf6d_LDADD = ../lib/libzebra.la @LIBCAP@
718e3744 31
d6b72f7a 32examplesdir = $(exampledir)
33dist_examples_DATA = ospf6d.conf.sample