blob: a49f62e8f22c7689e4e0d6383079b5988304ec04 [file] [log] [blame]
ajs8b886ca2004-12-22 02:56:38 +00001## Process this file with Automake to create Makefile.in
2
3INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
5
Paul P Komkoff Jr46bc0e42008-08-13 16:17:04 +01006AM_CFLAGS = $(PICFLAGS)
7AM_LDFLAGS = $(PILDFLAGS)
8
ajs8b886ca2004-12-22 02:56:38 +00009sbin_PROGRAMS = watchquagga
10
11watchquagga_SOURCES = watchquagga.c
12watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@