diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-07 17:30:16 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-09 17:36:25 +0100 |
commit | a50b7cebd58520d7f7ddbb82214788bc794791ac (patch) | |
tree | dcf212f69beda2084d6c5c68a314eccb0e693546 /zebra | |
parent | *: fix remaining vty->index & add coccinelle patch (diff) | |
download | frr-a50b7cebd58520d7f7ddbb82214788bc794791ac.tar.xz frr-a50b7cebd58520d7f7ddbb82214788bc794791ac.zip |
lib: remove vty->index
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/Makefile.am b/zebra/Makefile.am index d1c160ade..65927262f 100644 --- a/zebra/Makefile.am +++ b/zebra/Makefile.am @@ -2,8 +2,7 @@ include ../common.am ## Process this file with automake to produce Makefile.in. -AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \ - -DVTY_DEPRECATE_INDEX +AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 |