diff options
author | Marcin Siodelski <marcin@isc.org> | 2018-08-28 12:01:15 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2018-09-18 07:06:26 +0200 |
commit | 417beb8b59c179342b6e4394d85633abfdb6d39e (patch) | |
tree | daa97218ede22bc73910f9c3ccecc98bfad28e74 /src/lib/Makefile.am | |
parent | [master] Removed parsers/dbaccess_parser.{h,cc} which were moved to database (diff) | |
download | kea-417beb8b59c179342b6e4394d85633abfdb6d39e.tar.xz kea-417beb8b59c179342b6e4394d85633abfdb6d39e.zip |
[#28] Added libkea-cb library.
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 319c995490..211aafe810 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -13,7 +13,7 @@ if HAVE_CQL SUBDIRS += cql endif -SUBDIRS += testutils hooks dhcp config stats +SUBDIRS += config_backend testutils hooks dhcp config stats if HAVE_SYSREPO SUBDIRS += yang |