~bregma/grail/lp-1475888

« back to all changes in this revision

Viewing changes to test/gtest/Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2016-01-25 16:30:14 UTC
  • Revision ID: stephen.webb@canonical.com-20160125163014-c326o07pg7klaase
refresh xorg-gtest build rules due to upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
endif
4
4
 
5
5
nodist_libgtest_grail_a_SOURCES = \
6
 
        $(GTEST_SOURCE)/src/gtest-all.cc \
7
 
        $(GTEST_SOURCE)/src/gtest_main.cc
 
6
        $(GTEST_SOURCE)/gtest-all.cc \
 
7
        $(GTEST_SOURCE)/gtest_main.cc
8
8
 
9
9
libgtest_grail_a_CPPFLAGS = \
10
10
        $(GTEST_CPPFLAGS)