From fdbd8086b1e1c4844570d902ce093ce73c524664 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 30 Jan 2019 18:11:54 +0100 Subject: 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 --- ospfclient/subdir.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfclient') diff --git a/ospfclient/subdir.am b/ospfclient/subdir.am index c05d920d5..94d489358 100644 --- a/ospfclient/subdir.am +++ b/ospfclient/subdir.am @@ -23,7 +23,7 @@ endif ospfclient_ospfclient_LDADD = \ ospfclient/libfrrospfapiclient.la \ - @LIBCAP@ \ + $(LIBCAP) \ # end if STATIC_BIN -- cgit v1.2.3