summaryrefslogtreecommitdiff
path: root/babeld
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-01-30 18:11:54 +0100
committerDavid Lamparter <equinox@diac24.net>2019-01-30 19:14:27 +0100
commit85f855d6a456382715fe70b50418500c16dfa3fb (patch)
tree0a827034ee643465b9def10c204c248d19752e56 /babeld
parent7bd5dd6994574ccb54d71a7839397ff9de5c9ec4 (diff)
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>
Diffstat (limited to 'babeld')
-rw-r--r--babeld/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/subdir.am b/babeld/subdir.am
index e1f2cb0a00..7081c730aa 100644
--- a/babeld/subdir.am
+++ b/babeld/subdir.am
@@ -51,4 +51,4 @@ noinst_HEADERS += \
# end
babeld_babeld_SOURCES = babeld/babel_main.c
-babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la @LIBCAP@
+babeld_babeld_LDADD = babeld/libbabel.a lib/libfrr.la $(LIBCAP)