Browse Source

[master] Fixed build issue when none of the SQL backends are enabled.

Marcin Siodelski 8 years ago
parent
commit
0f2352e370
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/lib/dhcpsrv/testutils/Makefile.am

+ 0 - 10
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