ospfd: Tighten up the connected check for redistribution
[jleu-quagga.git] / isisd / topology / Makefile.am
blob2515b38bedaae07b79b3447346e2b747a27a9dd8
1 ## Process this file with automake to produce Makefile.in.
3 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
6 noinst_LIBRARIES = libtopology.a
8 libtopology_a_SOURCES = \
9         spgrid.c random.c
11 libtopology_a_DEPENDENCIES = @LIB_REGEX@
13 libtopology_a_LIBADD = @LIB_REGEX@ ../../lib/libzebra.la
15 noinst_HEADERS = \
16         spgrid.h
18 depend:
19         @$(CPP) -MM $(INCLUDES) $(LDFLAGS) *.c
21 ## File dependency.