From 3b0941302c0940e625ea545b096a20319a0d8a19 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Thu, 25 Feb 2016 16:01:40 +0100 Subject: Add bash completion to the install routine. Add the configure option --enable-bashcompl (default disabled). The PKG_CHECK_VAR requires pkg-config 0.28 or greater. Signed-off-by: Mart Frauenlob Signed-off-by: Jozsef Kadlecsik --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a3f31dd..684ebee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ else IP_SET_MAX=$(MAXSETS) endif -SUBDIRS = include/libipset lib src +SUBDIRS = include/libipset lib src utils sparse: $(MAKE) -C lib sparse-check -- cgit v1.2.3