summaryrefslogtreecommitdiff
path: root/watchfrr/Makefile.am
blob: abe2266f20394d73c81f5ba8ee006b60ce3d1205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with Automake to create Makefile.in

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"

AM_CFLAGS = $(WERROR)

sbin_PROGRAMS = watchfrr

noinst_HEADERS = watchfrr.h

watchfrr_SOURCES = watchfrr.c watchfrr_vty.c
watchfrr_LDADD = ../lib/libfrr.la @LIBCAP@