~laney/indicator-session/logind-port

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Tarmac
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-01-22 18:52:19 UTC
  • mfrom: (381.1.3 indicator-session)
  • Revision ID: tarmac-20130122185219-op69p1xbvc8y4ohs
Misc fixes for build on raring:

 - Drop deprecated calls to g_type_init().
 - Update paths to gtest source files due to changes in xorg-gtest.

Approved by PS Jenkins bot, Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
check_LIBRARIES = libgtest.a
17
17
nodist_libgtest_a_SOURCES = \
18
 
  $(GTEST_SOURCE)/src/gtest-all.cc \
19
 
  $(GTEST_SOURCE)/src/gtest_main.cc
 
18
  $(GTEST_SOURCE)/gtest-all.cc \
 
19
  $(GTEST_SOURCE)/gtest_main.cc
20
20
 
21
21
AM_CPPFLAGS = $(GTEST_CPPFLAGS) -I${top_srcdir}/src -Wall -Werror
22
22
AM_CXXFLAGS = $(GTEST_CXXFLAGS)