]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
build: fix a whole bunch of *FLAGS
authorDavid Lamparter <equinox@diac24.net>
Wed, 30 Jan 2019 17:11:54 +0000 (18:11 +0100)
committerDavid Lamparter <equinox@diac24.net>
Wed, 30 Jan 2019 18:13:51 +0000 (19:13 +0100)
commitfdbd8086b1e1c4844570d902ce093ce73c524664
treec70c224a77272fd310789e73e7d04b244605931f
parent68626e08f76939f4e01976c02837033eed4c77f2
build: fix a whole bunch of *FLAGS

- some target_CFLAGS that needed to include AM_CFLAGS didn't do so
- libyang/sysrepo/sqlite3/confd CFLAGS + LIBS weren't used at all
- consistently use $(FOO_CFLAGS) instead of @FOO_CFLAGS@
- 2 dependencies were missing for clippy

Signed-off-by: David Lamparter <equinox@diac24.net>
23 files changed:
Makefile.am
babeld/subdir.am
bgpd/subdir.am
configure.ac
eigrpd/subdir.am
isisd/subdir.am
ldpd/subdir.am
lib/subdir.am
nhrpd/subdir.am
ospf6d/subdir.am
ospfclient/subdir.am
ospfd/subdir.am
pbrd/subdir.am
pimd/subdir.am
ripd/subdir.am
ripngd/subdir.am
sharpd/subdir.am
staticd/subdir.am
tests/subdir.am
tools/subdir.am
vtysh/subdir.am
watchfrr/subdir.am
yang/libyang_plugins/subdir.am