~indicator-applet-developers/dbus-test-runner/trunk.16.10

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Marco Trevisan (Treviño)
  • Author(s): Iain Lane
  • Date: 2018-08-03 06:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: mail@3v1n0.net-20180803062740-dimgu65mdd7gnqhk
Don't build with -Werror

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        $(COVERAGE_CFLAGS) \
7
7
        -I$(top_srcdir) \
8
8
        -DDEFAULT_SESSION_CONF="\"$(datadir)/dbus-test-runner/session.conf\"" \
9
 
        -Wall -Werror -Wextra
 
9
        -Wall -Wextra
10
10
dbus_test_runner_LDADD   = $(DBUS_TEST_RUNNER_LIBS) \
11
11
        $(top_builddir)/libdbustest/libdbustest.la
12
12
dbus_test_runner_LDFLAGS = $(COVERAGE_LDFLAGS)