From 1b69373b6b081c0391971c32fbd32d341e3a2a10 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 14 Feb 2018 08:39:58 +0000 Subject: [PATCH] Fix latest changes in integration test in autoconf mode --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index be3e7dab..0e69a13b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,7 +157,7 @@ test/gmock-main.o: $(GMOCK_DIR)/src/gmock_main.cc Makefile test/Integration.o: test/integration/autoconf-all.cpp Makefile @mkdir -p .depend test $(E) Building test object Integration... - $(Q)g++ $(qt_CFLAGS) $(GTEST_FLAGS) -c -o $@ $< -MD -MF .depend/Integration.test.dep -MT $@ '-DZNC_BIN_DIR="$(bindir)"' '-DZNC_SRC_DIR="$(realpath $(srcdir))"' + $(Q)g++ $(qt_CFLAGS) $(GTEST_FLAGS) -I$(srcdir)/test/integration/framework -c -o $@ $< -MD -MF .depend/Integration.test.dep -MT $@ '-DZNC_BIN_DIR="$(bindir)"' '-DZNC_SRC_DIR="$(realpath $(srcdir))"' test/Int-gtest-all.o: $(GTEST_DIR)/src/gtest-all.cc Makefile @mkdir -p .depend test $(E) Building test object Int-gtest-all...