summaryrefslogtreecommitdiff
path: root/sharpd/subdir.am
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 /sharpd/subdir.am
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 'sharpd/subdir.am')
-rw-r--r--sharpd/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/subdir.am b/sharpd/subdir.am
index 2a34aecfb3..c00d90ea0a 100644
--- a/sharpd/subdir.am
+++ b/sharpd/subdir.am
@@ -24,5 +24,5 @@ sharpd/sharp_vty_clippy.c: $(CLIPPY_DEPS)
sharpd/sharp_vty.$(OBJEXT): sharpd/sharp_vty_clippy.c
sharpd_sharpd_SOURCES = sharpd/sharp_main.c
-sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la @LIBCAP@
+sharpd_sharpd_LDADD = sharpd/libsharp.a lib/libfrr.la $(LIBCAP)