diff options
Diffstat (limited to 'watchquagga/Makefile.am')
-rw-r--r-- | watchquagga/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/watchquagga/Makefile.am b/watchquagga/Makefile.am index e422535a0..a49f62e8f 100644 --- a/watchquagga/Makefile.am +++ b/watchquagga/Makefile.am @@ -3,6 +3,9 @@ INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + sbin_PROGRAMS = watchquagga watchquagga_SOURCES = watchquagga.c |