blob: dd51e341c2f6453ff14dd13b5924b1ba40b7b9ce [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
hasso2d582282005-03-28 15:29:07 +00003INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
paul718e3742002-12-13 20:15:29 +00004DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5INSTALL_SDATA=@INSTALL@ -m 600
6
7noinst_LIBRARIES = librip.a
8sbin_PROGRAMS = ripd
9
10librip_a_SOURCES = \
11 ripd.c rip_zebra.c rip_interface.c rip_debug.c rip_snmp.c \
12 rip_routemap.c rip_peer.c rip_offset.c
13
14noinst_HEADERS = \
15 ripd.h rip_debug.h
16
17ripd_SOURCES = \
18 rip_main.c $(librip_a_SOURCES)
19
gdtb7a97f82004-07-23 16:23:56 +000020ripd_LDADD = ../lib/libzebra.la @LIBCAP@
paul718e3742002-12-13 20:15:29 +000021
gdtd6b72f72003-12-03 17:24:27 +000022examplesdir = $(exampledir)
23dist_examples_DATA = ripd.conf.sample
paul718e3742002-12-13 20:15:29 +000024
paul04bd4842003-10-24 04:24:39 +000025EXTRA_DIST = RIPv2-MIB.txt
paul718e3742002-12-13 20:15:29 +000026