ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 1 | ## Process this file with Automake to create Makefile.in |
| 2 | |
David Lamparter | 237aac5 | 2014-06-28 22:23:10 +0200 | [diff] [blame] | 3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 4 | DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" |
| 5 | |
Paul Jakma | 52c0bc7 | 2015-08-20 21:30:17 +0100 | [diff] [blame] | 6 | AM_CFLAGS = $(WERROR) |
Paul P Komkoff Jr | 46bc0e4 | 2008-08-13 16:17:04 +0100 | [diff] [blame] | 7 | |
ajs | 8b886ca | 2004-12-22 02:56:38 +0000 | [diff] [blame] | 8 | sbin_PROGRAMS = watchquagga |
| 9 | |
| 10 | watchquagga_SOURCES = watchquagga.c |
| 11 | watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@ |