diff options
author | Matthias Klose <doko@ubuntu.com> | 2013-12-19 08:37:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-12-19 08:37:54 -0600 |
commit | a703b19e43e0ed39b2ef2e76953199ed66ebbf35 (patch) | |
tree | 0f9a39c9eed1e42c89ce86a90e583edacca84a5d /src | |
parent | 65bc7f80becdd2f2e01be4e14a7d2d960615cdb9 (diff) | |
download | libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.gz libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.tar.bz2 libayatana-appindicator-a703b19e43e0ed39b2ef2e76953199ed66ebbf35.zip |
* Build with -Wno-error=deprecated-declarations.
* Don't build the mono bindings on ppc64el, not available.
* Disable building the example, vala build error.
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 = \ |