diff options
author | Ted Gould <ted@gould.cx> | 2013-12-19 17:34:38 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-12-19 17:34:38 +0000 |
commit | 25762ad8307f81c09307419d48fdfb94bdc396ae (patch) | |
tree | e4b3c053e75d0df5c375e428499ac5e38de92b34 /src | |
parent | 65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff) | |
parent | 52c50b3f9b571f44dc1f255365dc5c90ab2c6730 (diff) | |
download | libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.gz libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.tar.bz2 libayatana-appindicator-25762ad8307f81c09307419d48fdfb94bdc396ae.zip |
Fix build failures on trusty. Fixes: https://bugs.launchpad.net/bugs/1262655.
Approved by PS Jenkins bot, Charles Kerr.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a267f1f..960c861 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,7 @@ libappindicator_la_LDFLAGS = \ libappindicator_la_CFLAGS = \ $(LIBRARY_CFLAGS) \ $(COVERAGE_CFLAGS) \ - -Wall -Werror \ + -Wall -Werror -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"libappindicator\" libappindicator_la_LIBADD = \ |