From d5b52c7e79813805f8edc600156fb1d289b21e0c Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Wed, 12 Jul 2017 13:31:13 -0500 Subject: [PATCH] zebra: rename to frrconfdir Signed-off-by: Jafar Al-Gharaibeh --- zebra/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/Makefile.am b/zebra/Makefile.am index 541496174a..f70d603d3d 100644 --- a/zebra/Makefile.am +++ b/zebra/Makefile.am @@ -85,7 +85,7 @@ EXTRA_DIST = if_ioctl.c if_ioctl_solaris.c if_netlink.c \ client : client_main.o ../lib/libfrr.la $(CC) -g -o client client_main.o ../liblzebra.la $(LIBS) $(LIB_IPV6) -quaggaconfdir = $(sysconfdir) +frrconfdir = $(sysconfdir) examplesdir = $(exampledir) dist_examples_DATA = zebra.conf.sample -- 2.39.5