1## Process this file with Automake to create Makefile.in
2
3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
4DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
5
6AM_CFLAGS = $(PICFLAGS)
7AM_LDFLAGS = $(PILDFLAGS)
8
9sbin_PROGRAMS = watchquagga
10
11watchquagga_SOURCES = watchquagga.c
12watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@
13