summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-02-25 16:01:40 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2016-02-26 19:59:29 +0100
commit3b0941302c0940e625ea545b096a20319a0d8a19 (patch)
tree5763444dd4a88ab66a065d4e763fd9c0fcda0e6c /Makefile.am
parent7de1b275f16528509ec93bcc1f3ffa81f2d9faa8 (diff)
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 <mart.frauenlob@chello.at> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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