summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2014-04-09 22:09:14 +0200
committerMarcin Siodelski <marcin@isc.org>2014-04-09 22:09:14 +0200
commit10de8bbabdd371a6a63ee29b62870e2594371057 (patch)
tree12d5cd8a6d52d769d8c37a9a796c0680868c23a9 /src/Makefile.am
parentPoint to developers website (diff)
downloadkea-10de8bbabdd371a6a63ee29b62870e2594371057.tar.xz
kea-10de8bbabdd371a6a63ee29b62870e2594371057.zip
[3391] Removed DNS specific folders from the tree.
Also, updated configure.ac to not reference removed files. The --disable-dhcp and --disable-dns configuration flags have been removed.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d3f99e32d2..57ee342196 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,10 +1,4 @@
-if WANT_DHCP
-
-want_hooks = hooks
-
-endif # WANT_DHCP
-
-SUBDIRS = lib bin $(want_hooks)
+SUBDIRS = lib bin hooks
EXTRA_DIST = \
cppcheck-suppress.lst \