[gnome-commander/googletest] Uses the correct variable for compiling



commit 366c9cf70b709a7c3ec5479a002d43b3e1b9e795
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Nov 29 21:41:38 2015 +0100

    Uses the correct variable for compiling

 tests/Makefile.am |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 98012c8..516226a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -33,31 +33,31 @@ check_PROGRAMS = $(TESTS)
 # function calls for acceptance tests, acutally. Functions of the internal
 # viewer library are not fully tested by unit tests. 
 iv_imagerenderer_SOURCES = iv_imagerenderer_test.cc gcmd_tests_main.cc
-iv_imagerenderer_CXXFLAGS = $(INTVLIBS)
+iv_imagerenderer_CXXFLAGS = $(AM_CPPFLAGS)
 iv_imagerenderer_LDFLAGS = $(INTVLIBS)
 
 iv_inputmodes_SOURCES = iv_inputmodes_test.cc gcmd_tests_main.cc
-iv_inputmodes_CXXFLAGS = $(INTVLIBS)
+iv_inputmodes_CXXFLAGS = $(AM_CPPFLAGS)
 iv_inputmodes_LDFLAGS = $(INTVLIBS)
 
 iv_textrenderer_SOURCES = iv_textrenderer_test.cc gcmd_tests_main.cc
-iv_textrenderer_CXXFLAGS = $(INTVLIBS)
+iv_textrenderer_CXXFLAGS = $(AM_CPPFLAGS)
 iv_textrenderer_LDFLAGS = $(INTVLIBS)
 
 iv_viewerwidget_SOURCES = iv_viewerwidget_test.cc gcmd_tests_main.cc
-iv_viewerwidget_CXXFLAGS = $(INTVLIBS)
+iv_viewerwidget_CXXFLAGS = $(AM_CPPFLAGS)
 iv_viewerwidget_LDFLAGS = $(INTVLIBS)
 
 iv_fileops_SOURCES = iv_fileops_test.cc gcmd_tests_main.cc 
-iv_fileops_CXXFLAGS = $(INTVLIBS)
+iv_fileops_CXXFLAGS = $(AM_CPPFLAGS)
 iv_fileops_LDFLAGS = $(INTVLIBS)
 
 iv_bm_search_SOURCES = iv_bm_search_test.cc gcmd_tests_main.cc
-iv_bm_search_CXXFLAGS = $(INTVLIBS)
+iv_bm_search_CXXFLAGS = $(AM_CPPFLAGS)
 iv_bm_search_LDFLAGS = $(INTVLIBS)
 
 iv_datapresentation_SOURCES = iv_datapresentation.cc gcmd_tests_main.cc
-iv_datapresentation_CXXFLAGS = $(INTVLIBS)
+iv_datapresentation_CXXFLAGS = $(AM_CPPFLAGS)
 iv_datapresentation_LDFLAGS = $(INTVLIBS)
 
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]