]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed build issue when none of the SQL backends are enabled.
authorMarcin Siodelski <marcin@isc.org>
Thu, 25 Aug 2016 11:48:14 +0000 (13:48 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 25 Aug 2016 11:48:14 +0000 (13:48 +0200)
src/lib/dhcpsrv/testutils/Makefile.am

index 7f62aa37754fc0a56e8c87951a3ce89160d1dd6f..de4b15a898025d7da49ba98df7d8a5b75931d0ca 100644 (file)
@@ -15,17 +15,7 @@ noinst_LTLIBRARIES = libdhcpsrvtest.la
 libdhcpsrvtest_la_SOURCES  = config_result_check.cc config_result_check.h
 libdhcpsrvtest_la_SOURCES += dhcp4o6_test_ipc.cc dhcp4o6_test_ipc.h
 
-if HAVE_MYSQL
-libdhcpsrvtest_la_SOURCES += schema.cc schema.h
-else
-if HAVE_PGSQL
-libdhcpsrvtest_la_SOURCES += schema.cc schema.h
-else
-if HAVE_CQL
 libdhcpsrvtest_la_SOURCES += schema.cc schema.h
-endif
-endif
-endif
 
 if HAVE_MYSQL
 libdhcpsrvtest_la_SOURCES += mysql_schema.cc mysql_schema.h