summaryrefslogtreecommitdiffstats
path: root/watchquagga/Makefile.am
blob: 1f05f26cedd66593b8b9175e7498b11f49c0aaee (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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 = watchquagga

watchquagga_SOURCES = watchquagga.c
watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@