~indicator-applet-developers/indicator-application/trunk.14.04

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2014-01-17 12:58:22 UTC
  • mfrom: (243.1.2 indicator-application)
  • Revision ID: tarmac-20140117125822-13osz67lg4il2do3
don't error out on deprecated declarations.

Approved by PS Jenkins bot, Lars Uebernickel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        -Wl,-Bsymbolic-functions \
22
22
        -Wl,-z,defs \
23
23
        -Wl,--as-needed \
24
 
        -Werror \
 
24
        -Werror -Wno-error=deprecated-declarations \
25
25
        -DG_LOG_DOMAIN=\"Indicator-Application\"
26
26
libapplication_la_LIBADD = $(INDICATOR_LIBS) 
27
27
libapplication_la_LDFLAGS = $(COVERAGE_LDFLAGS) \
55
55
        $(APPINDICATOR_CFLAGS) \
56
56
        $(COVERAGE_CFLAGS) \
57
57
        -DDATADIR="\"$(pkgdatadir)\"" \
58
 
        -Wall -Werror \
 
58
        -Wall -Werror -Wno-error=deprecated-declarations \
59
59
        -DG_LOG_DOMAIN=\"indicator-application-service\"
60
60
 
61
61
indicator_application_service_LDADD = \