diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-21 22:53:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-23 19:03:35 +0800 |
commit | f366c52d4a8d41312424799c36178065fe0a814f (patch) | |
tree | 0c8a6e9201ce9c69fd43f0fd5fff96239e1721a7 /tests | |
parent | 94fedc82f978087ed83e3ecb1af6c674064bc6bb (diff) | |
download | gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar.gz gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar.bz2 gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar.lz gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar.xz gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.tar.zst gsoc2013-empathy-f366c52d4a8d41312424799c36178065fe0a814f.zip |
Enable extra error CFLAGS in tests/
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8832181dd..ae774b138 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ test.profile AM_CPPFLAGS = \ + $(ERROR_CFLAGS) \ -I$(top_srcdir) \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ $(EMPATHY_CFLAGS) \ |