summaryrefslogtreecommitdiff
path: root/src/gtest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtest/Makefile.am')
-rw-r--r--src/gtest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am
index 954d4c28ba0..149de6e3d74 100644
--- a/src/gtest/Makefile.am
+++ b/src/gtest/Makefile.am
@@ -19,7 +19,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-AM_CFLAGS = $(DEFINES)
+AM_CFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
+AM_CXXFLAGS = $(DEFINES) -I$(top_builddir)/src/gtest/include
lib_LTLIBRARIES = libgtest.la