]> git.puffer.fish Git - mirror/frr.git/commit
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:14:27 +0000 (19:14 +0100)
commit85f855d6a456382715fe70b50418500c16dfa3fb
tree0a827034ee643465b9def10c204c248d19752e56
parent7bd5dd6994574ccb54d71a7839397ff9de5c9ec4
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