summaryrefslogtreecommitdiffstats
path: root/pbrd
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 /pbrd
parentbuild, lib/yang: bake in extensions if possible (v2) (diff)
downloadfrr-fdbd8086b1e1c4844570d902ce093ce73c524664.tar.xz
frr-fdbd8086b1e1c4844570d902ce093ce73c524664.zip
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 'pbrd')
-rw-r--r--pbrd/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/subdir.am b/pbrd/subdir.am
index 794755903..0f2e7ad8b 100644
--- a/pbrd/subdir.am
+++ b/pbrd/subdir.am
@@ -38,5 +38,5 @@ pbrd/pbr_debug_clippy.c: $(CLIPPY_DEPS)
pbrd/pbr_debug.$(OBJEXT): pbrd/pbr_debug_clippy.c
pbrd_pbrd_SOURCES = pbrd/pbr_main.c
-pbrd_pbrd_LDADD = pbrd/libpbr.a lib/libfrr.la @LIBCAP@
+pbrd_pbrd_LDADD = pbrd/libpbr.a lib/libfrr.la $(LIBCAP)