ospfd: Tighten up the connected check for redistribution
[jleu-quagga.git] / isisd / Makefile.am
blob9c3033906db1e05ae309e1b4f5eb926b460d024f
1 ## Process this file with automake to produce Makefile.in.
3 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib \
4            @ISIS_TOPOLOGY_INCLUDES@
5 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
6 INSTALL_SDATA=@INSTALL@ -m 600
7 LIBS = @LIBS@ 
9 AM_CFLAGS = $(PICFLAGS)
10 AM_LDFLAGS = $(PILDFLAGS)
12 noinst_LIBRARIES = libisis.a
13 sbin_PROGRAMS = isisd 
14 SUBDIRS = topology
16 isis_method = @ISIS_METHOD@
18 libisis_a_SOURCES = \
19         isis_adjacency.c isis_lsp.c dict.c isis_circuit.c isis_pdu.c \
20         isis_tlv.c isisd.c isis_misc.c isis_zebra.c isis_dr.c \
21         isis_flags.c isis_dynhn.c iso_checksum.c isis_csm.c isis_events.c \
22         isis_spf.c isis_route.c isis_routemap.c
25 noinst_HEADERS = \
26         isisd.h isis_pdu.h isis_tlv.h isis_adjacency.h isis_constants.h \
27         isis_lsp.h dict.h isis_circuit.h isis_misc.h isis_network.h \
28         isis_zebra.h isis_dr.h isis_flags.h isis_dynhn.h isis_common.h \
29         iso_checksum.h isis_csm.h isis_events.h isis_spf.h isis_route.h \
30         include-netbsd/clnp.h include-netbsd/esis.h include-netbsd/iso.h
32 isisd_SOURCES = \
33         isis_main.c $(libisis_a_SOURCES)
35 isisd_LDADD = $(isis_method) @ISIS_TOPOLOGY_LIB@ ../lib/libzebra.la @LIBCAP@
37 isisd_DEPENDENCIES = $(isis_method)
39 EXTRA_DIST = isis_bpf.c isis_dlpi.c isis_pfpacket.c
41 examplesdir = $(exampledir)
42 dist_examples_DATA = isisd.conf.sample