]> git.proxmox.com Git - mirror_frr.git/commit
build: fix several ldpd XML-CLI build issues
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 13 Jan 2017 14:31:04 +0000 (15:31 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 17 Jan 2017 18:00:10 +0000 (19:00 +0100)
commit7758fe9f6098498afc9d25fac90dc4c9ed0ecfbc
treecc5d5ab9c25d6d81d7737ea1d99227a2e02afda4
parentab0c9543a9f3337b1d99727a438d1293ef8b2956
build: fix several ldpd XML-CLI build issues

- the location of ldp_vty_cmds.c can be either in srcdir or builddir,
  depending on whether a premade file from a dist tarball is used
- perl libxml support is only needed if that file is absent
- the actual perl script wasn't even included in the dist tarball
- the include location doesn't work when srcdir != builddir

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac
ldpd/Makefile.am
ldpd/ldp_vty.xml
tools/Makefile.am
vtysh/Makefile.am