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