blob: e422535a0bf137dc244cf078bd42d33637786b83 (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with Automake to create Makefile.in
INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
sbin_PROGRAMS = watchquagga
watchquagga_SOURCES = watchquagga.c
watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@
|