diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:08:16 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:08:16 +0200 |
| commit | dfefc88e26e184b5ab485585b34a663456930746 (patch) | |
| tree | 165d6fc79d4841668179e5a0e7542f8259cb8ab8 /src/Makefile.am | |
| parent | 812ded8224978f47453e53eb63fc11c754bac0c6 (diff) | |
| parent | f2744fa7a2ec60767c0fa4b4e358dac86a867ad1 (diff) | |
| download | libayatana-appindicator-dfefc88e26e184b5ab485585b34a663456930746.tar.gz libayatana-appindicator-dfefc88e26e184b5ab485585b34a663456930746.tar.bz2 libayatana-appindicator-dfefc88e26e184b5ab485585b34a663456930746.zip | |
Import upstream version 12.10.0
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a4bd27a..a267f1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,12 +68,14 @@ libappindicator_la_SOURCES = \ gen-notification-watcher.xml.c libappindicator_la_LDFLAGS = \ + $(COVERAGE_LDFLAGS) \ -version-info 1:0:0 \ -no-undefined \ -export-symbols-regex "^[^_d].*" libappindicator_la_CFLAGS = \ $(LIBRARY_CFLAGS) \ + $(COVERAGE_CFLAGS) \ -Wall -Werror \ -DG_LOG_DOMAIN=\"libappindicator\" |
