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

« back to all changes in this revision

Viewing changes to libdbustest/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:
40
40
        -DBUSTLE_DUAL_MONITOR="\"$(pkgdatadir)/dbus-test-bustle-handler\"" \
41
41
        -DWATCHDOG="\"$(pkglibexecdir)/dbus-test-watchdog\"" \
42
42
        -DG_LOG_DOMAIN=\"libdbustest\" \
43
 
        -Wall -Werror -Wextra
 
43
        -Wall -Wextra
44
44
 
45
45
libdbustest_la_LIBADD = \
46
46
        libdbustest-generated.la \
59
59
        $(DBUS_TEST_RUNNER_CFLAGS) \
60
60
        -I$(builddir) \
61
61
        -DG_LOG_DOMAIN=\"libdbustest\" \
62
 
        -Wall -Werror
 
62
        -Wall
63
63
 
64
64
libdbustest_generated_la_SOURCES = \
65
65
        dbus-mock-iface.h \