ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 1 | ## Process this file with Automake to create Makefile.in |
2 | |||||
3 | INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib | ||||
4 | DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" | ||||
5 | |||||
Paul P Komkoff Jr | 46bc0e4 | 2008-08-13 16:17:04 +0100 | [diff] [blame] | 6 | AM_CFLAGS = $(PICFLAGS) |
7 | AM_LDFLAGS = $(PILDFLAGS) | ||||
8 | |||||
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 9 | sbin_PROGRAMS = watchquagga |
10 | |||||
11 | watchquagga_SOURCES = watchquagga.c | ||||
12 | watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@ |