aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-03-12 18:26:19 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-03-14 17:07:45 +0100
commited1dcbb5517c209a85cbaeb7efcc4ce37871d1ce (patch)
tree50c997a1cd4996156043ccaa58684876d9964544 /src/Makefile.am
parentb7e4a9bb8aff509133c6124e0bba16f9fcd33fe8 (diff)
configure.ac: Add flag to enable/disable build of ipaccess related utils
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
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