bgpd: compile warnings cleanup
[jleu-quagga.git] / ripd / Makefile.am
blob2fa26659eb4085a3a9308b464522b9bcd60a1e28
1 ## Process this file with automake to produce Makefile.in.
3 INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
4 DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5 INSTALL_SDATA=@INSTALL@ -m 600
7 AM_CFLAGS = $(PICFLAGS)
8 AM_LDFLAGS = $(PILDFLAGS)
10 noinst_LIBRARIES = librip.a
11 sbin_PROGRAMS = ripd
13 librip_a_SOURCES = \
14         ripd.c rip_zebra.c rip_interface.c rip_debug.c rip_snmp.c \
15         rip_routemap.c rip_peer.c rip_offset.c
17 noinst_HEADERS = \
18         ripd.h rip_debug.h rip_interface.h
20 ripd_SOURCES = \
21         rip_main.c $(librip_a_SOURCES)
23 ripd_LDADD = ../lib/libzebra.la @LIBCAP@
25 examplesdir = $(exampledir)
26 dist_examples_DATA = ripd.conf.sample
28 EXTRA_DIST = RIPv2-MIB.txt