IGNITE-2442: Fix for autotools build system.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/de100551 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/de100551 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/de100551 Branch: refs/heads/ignite-1786 Commit: de100551cd5e1eca6a643d2f5fd7d5e52a21c41c Parents: e828706 Author: isapego <[email protected]> Authored: Tue Jan 26 17:18:19 2016 +0300 Committer: isapego <[email protected]> Committed: Tue Jan 26 17:18:19 2016 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/odbc-test/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/de100551/modules/platforms/cpp/odbc-test/Makefile.am ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc-test/Makefile.am b/modules/platforms/cpp/odbc-test/Makefile.am index 32ca6b2..c582c20 100644 --- a/modules/platforms/cpp/odbc-test/Makefile.am +++ b/modules/platforms/cpp/odbc-test/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = "-Im4" SUBDIRS = . DIST_SUBDIRS = . -AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../odbc-driver/include -DIGNITE_IMPL +AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/../odbc/include -DIGNITE_IMPL AM_CXXFLAGS = -Wall -std=c++0x noinst_PROGRAMS = ignite-odbc-tests @@ -34,14 +34,14 @@ ignite_odbc_tests_SOURCES = src/teamcity_boost.cpp \ src/configuration_test.cpp \ src/row_test.cpp \ src/utility_test.cpp \ - ../odbc-driver/src/cursor.cpp \ - ../odbc-driver/src/config/connection_info.cpp \ - ../odbc-driver/src/app/application_data_buffer.cpp \ - ../odbc-driver/src/config/configuration.cpp \ - ../odbc-driver/src/row.cpp \ - ../odbc-driver/src/decimal.cpp \ - ../odbc-driver/src/utility.cpp \ - ../odbc-driver/src/result_page.cpp + ../odbc/src/cursor.cpp \ + ../odbc/src/config/connection_info.cpp \ + ../odbc/src/app/application_data_buffer.cpp \ + ../odbc/src/config/configuration.cpp \ + ../odbc/src/row.cpp \ + ../odbc/src/decimal.cpp \ + ../odbc/src/utility.cpp \ + ../odbc/src/result_page.cpp ignite_odbc_tests_LDFLAGS = -static-libtool-libs -L/usr/local/lib -lignite-binary -ldl
