diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-08-29 19:55:09 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-09-03 09:31:34 +0200 |
commit | b82d365bcdb2102821cbb07e0d7ec7f24369a007 (patch) | |
tree | 7cb7ffb760fda45668c9e77e484ff9b8cf5d6fd1 /src/lib/Makefile.am | |
parent | [#92,!13] Moved MySqlConnection class to libkea-mysql library. (diff) | |
download | kea-b82d365bcdb2102821cbb07e0d7ec7f24369a007.tar.xz kea-b82d365bcdb2102821cbb07e0d7ec7f24369a007.zip |
[#92,!13] Moved PgSqlConnection and PgSqlExchange to libkea-pgsql.
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 9f6a23755d..14ecc0bb92 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -5,6 +5,10 @@ if HAVE_MYSQL SUBDIRS += mysql endif +if HAVE_PGSQL +SUBDIRS += pgsql +endif + SUBDIRS += testutils hooks dhcp config stats asiodns dhcp_ddns eval \ dhcpsrv cfgrpt \ process http |