From ed1dcbb5517c209a85cbaeb7efcc4ce37871d1ce Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Mar 2019 18:26:19 +0100 Subject: configure.ac: Add flag to enable/disable build of ipaccess related utils Change-Id: Iff70dc46c77b2ac58351ad9a91caf3f524c6fd89 --- src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 6c63eead8..62ae4dde8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,5 +23,8 @@ SUBDIRS = \ libfilter \ osmo-bsc \ utils \ - ipaccess \ $(NULL) + +if BUILD_IPA_UTILS +SUBDIRS += ipaccess +endif -- cgit v1.2.3