summaryrefslogtreecommitdiffstats
path: root/src/bin/Makefile.am
diff options
context:
space:
mode:
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>2013-08-14 14:04:51 +0200
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>2013-08-14 14:04:51 +0200
commit95e7d858ada42f6180d677d176b79b3b91219376 (patch)
tree69f8ab8daaf2a9f5787e501201bef72299e72fb4 /src/bin/Makefile.am
parentChangelogs (diff)
parent[3079] Don't compile code requiring shared memory (diff)
downloadkea-95e7d858ada42f6180d677d176b79b3b91219376.tar.xz
kea-95e7d858ada42f6180d677d176b79b3b91219376.zip
Merge #3079
Conflicts: src/bin/Makefile.am
Diffstat (limited to 'src/bin/Makefile.am')
-rw-r--r--src/bin/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 621558e74d..ea2f1b293f 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -5,6 +5,12 @@ endif
SUBDIRS = bind10 bindctl cfgmgr ddns loadzone msgq cmdctl auth xfrin \
xfrout usermgr zonemgr stats tests $(experimental_resolver) \
- sockcreator dhcp4 dhcp6 d2 dbutil sysinfo memmgr
+ sockcreator dhcp4 dhcp6 d2 dbutil sysinfo
+
+if USE_SHARED_MEMORY
+# Build the memory manager only if we have shared memory.
+# It is useless without it.
+SUBDIRS += memmgr
+endif
check-recursive: all-recursive