mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +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.
|
## 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_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||||
AM_CFLAGS = $(WERROR)
|
AM_CFLAGS = $(WERROR)
|
||||||
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
|
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
|
||||||
@ -114,6 +116,8 @@ clippy_CFLAGS = $(PYTHON_CFLAGS)
|
|||||||
clippy_LDADD = $(PYTHON_LIBS)
|
clippy_LDADD = $(PYTHON_LIBS)
|
||||||
clippy-command_graph.$(OBJEXT): route_types.h
|
clippy-command_graph.$(OBJEXT): route_types.h
|
||||||
|
|
||||||
|
plist.lo: plist_clippy.c
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
queue.h \
|
queue.h \
|
||||||
command_lex.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