From: Marcin Siodelski Date: Thu, 25 Aug 2016 11:48:14 +0000 (+0200) Subject: [master] Fixed build issue when none of the SQL backends are enabled. X-Git-Tag: trac4631_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2352e370defdcfcc5f85bf92426fd83516d834;p=thirdparty%2Fkea.git [master] Fixed build issue when none of the SQL backends are enabled. --- diff --git a/src/lib/dhcpsrv/testutils/Makefile.am b/src/lib/dhcpsrv/testutils/Makefile.am index 7f62aa3775..de4b15a898 100644 --- a/src/lib/dhcpsrv/testutils/Makefile.am +++ b/src/lib/dhcpsrv/testutils/Makefile.am @@ -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