diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-09 20:32:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 20:32:44 +0200 |
commit | f790234f2ff2e1d6c7a230e5c1d9dac280a12d44 (patch) | |
tree | b4815bc05f3bc7f54ebf39c773af30cce3a5d19a /watchfrr/Makefile.am | |
parent | Merge pull request #942 from lunn/eigrpd-debug (diff) | |
parent | watchfrr: print specific error for removed options (diff) | |
download | frr-f790234f2ff2e1d6c7a230e5c1d9dac280a12d44.tar.xz frr-f790234f2ff2e1d6c7a230e5c1d9dac280a12d44.zip |
Merge pull request #892 from opensourcerouting/watchfrr-simplify
simplify watchfrr, add --terminal, improve startup logging
Diffstat (limited to 'watchfrr/Makefile.am')
-rw-r--r-- | watchfrr/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/watchfrr/Makefile.am b/watchfrr/Makefile.am index abe2266f2..bb53641ef 100644 --- a/watchfrr/Makefile.am +++ b/watchfrr/Makefile.am @@ -1,8 +1,6 @@ ## Process this file with Automake to create Makefile.in AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib -DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" - AM_CFLAGS = $(WERROR) sbin_PROGRAMS = watchfrr |