summaryrefslogtreecommitdiffstats
path: root/nhrpd/subdir.am
diff options
context:
space:
mode:
Diffstat (limited to 'nhrpd/subdir.am')
-rw-r--r--nhrpd/subdir.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/nhrpd/subdir.am b/nhrpd/subdir.am
index 758c22e2b..6e2b91780 100644
--- a/nhrpd/subdir.am
+++ b/nhrpd/subdir.am
@@ -8,8 +8,8 @@ vtysh_scan += $(top_srcdir)/nhrpd/nhrp_vty.c
man8 += $(MANBUILD)/nhrpd.8
endif
-nhrpd_nhrpd_LDADD = lib/libfrr.la @LIBCAP@ @CARES_LIBS@
-nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) @CARES_CFLAGS@
+nhrpd_nhrpd_LDADD = lib/libfrr.la $(LIBCAP) $(CARES_LIBS)
+nhrpd_nhrpd_CFLAGS = $(AM_CFLAGS) $(CARES_CFLAGS)
nhrpd_nhrpd_SOURCES = \
nhrpd/linux.c \
nhrpd/netlink_arp.c \