aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-13 02:25:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-13 02:25:29 +0800
commit2afbcc31503e9e17bebbfd964a8c984cd8f8c60f (patch)
tree4ae5e2732f7ab815573d6596058fea4b85f83772 /tests
parentbf4b7622a7dc16d156902095a2769250c22255e9 (diff)
downloadgsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.gz
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.bz2
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.lz
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.xz
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.tar.zst
gsoc2013-empathy-2afbcc31503e9e17bebbfd964a8c984cd8f8c60f.zip
add GTK+ flags when building tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bea652bd3..f04882da0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,6 +13,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
$(EMPATHY_CFLAGS) \
+ $(GTK_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)