summaryrefslogtreecommitdiff
path: root/watchfrr
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:13:51 +0100
commitfdbd8086b1e1c4844570d902ce093ce73c524664 (patch)
treec70c224a77272fd310789e73e7d04b244605931f /watchfrr
parent68626e08f76939f4e01976c02837033eed4c77f2 (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 'watchfrr')
-rw-r--r--watchfrr/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/subdir.am b/watchfrr/subdir.am
index f0b49c9a84..c27491e55c 100644
--- a/watchfrr/subdir.am
+++ b/watchfrr/subdir.am
@@ -13,7 +13,7 @@ noinst_HEADERS += \
watchfrr/watchfrr_errors.h \
# end
-watchfrr_watchfrr_LDADD = lib/libfrr.la @LIBCAP@
+watchfrr_watchfrr_LDADD = lib/libfrr.la $(LIBCAP)
watchfrr_watchfrr_SOURCES = \
watchfrr/watchfrr.c \
watchfrr/watchfrr_errors.c \