diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-08-30 12:49:34 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-09-03 09:31:34 +0200 |
commit | 1d9c696fbdd6385fad6ceb1395ead3542073e3f5 (patch) | |
tree | 679a19f128252b87e3d4abc0638983fb90fb025b /src/lib/Makefile.am | |
parent | [#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql. (diff) | |
download | kea-1d9c696fbdd6385fad6ceb1395ead3542073e3f5.tar.xz kea-1d9c696fbdd6385fad6ceb1395ead3542073e3f5.zip |
[#92,!13] Moved CqlConnection and CqlExchange classes to libkea-cql.
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 14ecc0bb92..0373e3f820 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -9,6 +9,10 @@ if HAVE_PGSQL SUBDIRS += pgsql endif +if HAVE_CQL +SUBDIRS += cql +endif + SUBDIRS += testutils hooks dhcp config stats asiodns dhcp_ddns eval \ dhcpsrv cfgrpt \ process http |