mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 11:18:59 +00:00
lib: use DEFPY() for plist.c
Shorten lib/plist.c by combining the various command variants... Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
ae56903ca7
commit
6cdff32196
@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in.
|
||||
|
||||
include ../common.am
|
||||
|
||||
AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||
AM_CFLAGS = $(WERROR)
|
||||
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
|
||||
@ -114,6 +116,8 @@ clippy_CFLAGS = $(PYTHON_CFLAGS)
|
||||
clippy_LDADD = $(PYTHON_LIBS)
|
||||
clippy-command_graph.$(OBJEXT): route_types.h
|
||||
|
||||
plist.lo: plist_clippy.c
|
||||
|
||||
EXTRA_DIST = \
|
||||
queue.h \
|
||||
command_lex.h \
|
||||
|
1352
lib/plist.c
1352
lib/plist.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user